mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update azure_rm_publicipaddress_facts.py example (#41833)
Example describe error
This commit is contained in:
@@ -46,12 +46,12 @@ author:
|
|||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Get facts for one Public IP
|
- name: Get facts for one Public IP
|
||||||
azure_rm_publicip_facts:
|
azure_rm_publicipaddress_facts:
|
||||||
resource_group: Testing
|
resource_group: Testing
|
||||||
name: publicip001
|
name: publicip001
|
||||||
|
|
||||||
- name: Get facts for all Public IPs within a resource groups
|
- name: Get facts for all Public IPs within a resource groups
|
||||||
azure_rm_publicip_facts:
|
azure_rm_publicipaddress_facts:
|
||||||
resource_group: Testing
|
resource_group: Testing
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user