mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Additional rename fixes (#57527)
* adding symbolic link * missing renames * reverted version_added
This commit is contained in:
committed by
Matt Clay
parent
8c631cbc0a
commit
93a85b6c86
@@ -1,4 +1,4 @@
|
||||
- name: Get resource group facts
|
||||
- name: Get resource group info
|
||||
azure_rm_resourcegroup_info:
|
||||
register: rg
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
that:
|
||||
- rg.resourcegroups | length >= 1
|
||||
|
||||
- name: Get resource group facts
|
||||
- name: Get resource group info
|
||||
azure_rm_resourcegroup_info:
|
||||
name: "{{ resource_group }}"
|
||||
list_resources: yes
|
||||
|
||||
Reference in New Issue
Block a user