mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34:22 -07:00
Update azure_rm_publicipaddress_facts.py example (#41833)
Example describe error
This commit is contained in:
parent
4d5d0b63f3
commit
0d4e113975
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue