mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix azure_rm_resourcegroup integration test.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user