From d7217c96852504bec6c25333110fb94fec8cd7f8 Mon Sep 17 00:00:00 2001 From: David Rojas Date: Sat, 26 Sep 2020 13:36:49 -0700 Subject: [PATCH] added option to configure Azure Cloud demos --- roles/install_demo/tasks/azure_cred.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/install_demo/tasks/azure_cred.yml b/roles/install_demo/tasks/azure_cred.yml index 9857e78..490cf8d 100644 --- a/roles/install_demo/tasks/azure_cred.yml +++ b/roles/install_demo/tasks/azure_cred.yml @@ -1,7 +1,7 @@ --- - name: add azure credential tower_credential: - name: azure credential + name: azure_credential description: Azure Service Principle organization: "{{ vars[demo].project.organization }}" state: present @@ -15,7 +15,7 @@ tower_host: "{{ my_tower_host }}" - name: setting the new azure cred to cloud cred var - my_cloud_cred: azure credential + my_cloud_cred: azure_credential