From 780805e9673189be0c9db8bdc4ecf443b151e453 Mon Sep 17 00:00:00 2001 From: David Rojas Date: Sat, 26 Sep 2020 13:40:57 -0700 Subject: [PATCH] fixed set fact tasks --- roles/install_demo/tasks/azure_cred.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/install_demo/tasks/azure_cred.yml b/roles/install_demo/tasks/azure_cred.yml index 16c9511..ec00b58 100644 --- a/roles/install_demo/tasks/azure_cred.yml +++ b/roles/install_demo/tasks/azure_cred.yml @@ -6,7 +6,7 @@ organization: "{{ vars[demo].project.organization }}" state: present kind: azure_rm - subscription: "{{ my_subcription }}" + subscription: "{{ my_subscription }}" tenant: "{{ my_tenant }}" client: "{{ my_client }}" secret: "{{ my_secret }}"