mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fixes example address parameters (#37765)
This commit is contained in:
committed by
John R Barker
parent
447b342662
commit
7324f49829
@@ -96,7 +96,7 @@ EXAMPLES = '''
|
||||
nios_host_record:
|
||||
name: host.ansible.com
|
||||
ipv4:
|
||||
address: 192.168.10.1
|
||||
- address: 192.168.10.1
|
||||
state: present
|
||||
provider:
|
||||
host: "{{ inventory_hostname_short }}"
|
||||
@@ -108,7 +108,7 @@ EXAMPLES = '''
|
||||
nios_host_record:
|
||||
name: host.ansible.com
|
||||
ipv4:
|
||||
address: 192.168.10.1
|
||||
- address: 192.168.10.1
|
||||
comment: this is a test comment
|
||||
state: present
|
||||
provider:
|
||||
|
||||
Reference in New Issue
Block a user