1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Additional rename fixes (#57527)

* adding symbolic link

* missing renames

* reverted version_added
This commit is contained in:
Zim Kalinowski 2019-06-08 09:22:17 +08:00 committed by Matt Clay
parent 8c631cbc0a
commit 93a85b6c86
5 changed files with 6 additions and 5 deletions

View file

@ -78,7 +78,7 @@ Noteworthy module changes
* The ``memset_memstore_facts`` module was renamed to :ref:`memset_memstore_info <memset_memstore_info_module>`.
* The ``memset_server_facts`` module was renamed to :ref:`memset_server_info <memset_server_info_module>`.
* The ``one_image_facts`` module was renamed to :ref:`one_image_info <one_image_info_module>`.
* The ``azure_rm_resourcegroup_facts`` module was renamed to :ref:`azure_rm_aks_info <azure_rm_resourcegroup_info_module>`.
* The ``azure_rm_resourcegroup_facts`` module was renamed to :ref:`azure_rm_resourcegroup_info <azure_rm_resourcegroup_info_module>`.
* The ``digital_ocean_account_facts`` module was renamed to :ref:`digital_ocean_account_info <digital_ocean_account_info_module>`.
* The ``digital_ocean_certificate_facts`` module was renamed to :ref:`digital_ocean_certificate_info <digital_ocean_certificate_info_module>`.
* The ``digital_ocean_domain_facts`` module was renamed to :ref:`digital_ocean_domain_info <digital_ocean_domain_info_module>`.

View file

@ -566,7 +566,7 @@ groupings:
- azure
azure_rm_resourcegroup:
- azure
azure_rm_resourcegroup_facts:
azure_rm_resourcegroup_info:
- azure
azure_rm_securitygroup:
- azure

View file

@ -0,0 +1 @@
azure_rm_resourcegroup_info.py

View file

@ -18,7 +18,7 @@ DOCUMENTATION = '''
---
module: azure_rm_resourcegroup_info
version_added: "2.9"
version_added: "2.1"
short_description: Get resource group facts.

View file

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