fixing resourcegroup task

This commit is contained in:
David Rojas
2020-09-25 15:20:02 -07:00
parent 3524760b9c
commit 02126fdd6c

View File

@@ -18,6 +18,9 @@
tasks:
- name: Create a resource group
azure_rm_resourcegroup:
ad_user: ansible
password: Zapata99!
subscription_id: bb66f723-9eb9-405b-8063-2e722a5a5a45
name: "{{ resource_group }}"
location: "{{ location }}"
- name: Create virtual network