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