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
This commit is contained in:
Sean Cavanaugh
2020-12-16 09:31:00 -05:00
parent c767da0ca2
commit 0721aa41df
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}"

View File

@@ -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"