mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix azure_rm_resourcegroup integration test.
This commit is contained in:
parent
bd844bc11c
commit
03d64cd9ea
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
cloud/azure
|
||||
shippable/azure/group3
|
||||
destructive
|
||||
azure_rm_resourcegroup_facts
|
||||
azure_rm_resourcegroup_info
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: Get resource group facts
|
||||
azure_rm_resourcegroup_facts:
|
||||
azure_rm_resourcegroup_info:
|
||||
register: rg
|
||||
|
||||
- assert:
|
||||
|
@ -7,7 +7,7 @@
|
|||
- rg.resourcegroups | length >= 1
|
||||
|
||||
- name: Get resource group facts
|
||||
azure_rm_resourcegroup_facts:
|
||||
azure_rm_resourcegroup_info:
|
||||
name: "{{ resource_group }}"
|
||||
list_resources: yes
|
||||
register: rg
|
||||
|
|
Loading…
Reference in a new issue