From 0721aa41df7a1453fc550dbf6e0769f2cdb5964f Mon Sep 17 00:00:00 2001 From: Sean Cavanaugh Date: Wed, 16 Dec 2020 09:31:00 -0500 Subject: [PATCH] fixing bug with RHPDS fixing cloud credentails... they are not done via lookups from a particular demo, multiple demos can share a cred... need to think about this more in the future --- roles/install_demo/tasks/azure.yml | 2 +- roles/install_demo/tasks/unsupported_cloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/install_demo/tasks/azure.yml b/roles/install_demo/tasks/azure.yml index bc4ec57..2555843 100644 --- a/roles/install_demo/tasks/azure.yml +++ b/roles/install_demo/tasks/azure.yml @@ -3,7 +3,7 @@ tower_credential: name: azure_credential description: Azure Service Principle - organization: "{{ vars[demo].project.organization }}" + organization: "Default" state: present kind: azure_rm subscription: "{{ my_subscription }}" diff --git a/roles/install_demo/tasks/unsupported_cloud.yml b/roles/install_demo/tasks/unsupported_cloud.yml index 383b0a7..4c0d578 100644 --- a/roles/install_demo/tasks/unsupported_cloud.yml +++ b/roles/install_demo/tasks/unsupported_cloud.yml @@ -6,7 +6,7 @@ tower_credential: name: azure_credential description: Azure Service Principle - organization: "{{ vars[demo].project.organization }}" + organization: "Default" state: present kind: azure_rm subscription: "please replace me"