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"