rename modules azure_rm_..._facts to azure_rm_..._info (#57395)

This commit is contained in:
smile37773
2019-06-06 12:10:27 +08:00
committed by Zim Kalinowski
parent 870d8bf10b
commit c6097a268c
4 changed files with 20 additions and 18 deletions

View File

@@ -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: