mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
rename modules azure_rm_..._facts to azure_rm_..._info (#57395)
This commit is contained in:
committed by
Zim Kalinowski
parent
870d8bf10b
commit
c6097a268c
@@ -1,5 +1,5 @@
|
||||
- name: Get resource group
|
||||
azure_rm_resourcegroup_facts:
|
||||
azure_rm_resourcegroup_info:
|
||||
name: "{{ resource_group }}"
|
||||
|
||||
- name: Create resource group
|
||||
@@ -45,7 +45,7 @@
|
||||
- output.state.tags.foo == 'bar'
|
||||
|
||||
- name: Gather facts by tags
|
||||
azure_rm_resourcegroup_facts:
|
||||
azure_rm_resourcegroup_info:
|
||||
tags:
|
||||
- testing
|
||||
- foo:bar
|
||||
@@ -114,7 +114,7 @@
|
||||
register: output
|
||||
|
||||
- name: Gather facts for a resource group
|
||||
azure_rm_resourcegroup_facts:
|
||||
azure_rm_resourcegroup_info:
|
||||
name: "{{ resource_group }}"
|
||||
register: output
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
that: azure_resourcegroups | length == 1
|
||||
|
||||
- name: Gather facts for all resource groups
|
||||
azure_rm_resourcegroup_facts:
|
||||
azure_rm_resourcegroup_info:
|
||||
register: output
|
||||
|
||||
- assert:
|
||||
|
||||
Reference in New Issue
Block a user