fixes example address parameters (#37765)
This commit is contained in:
parent
447b342662
commit
7324f49829
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ EXAMPLES = '''
|
||||||
nios_host_record:
|
nios_host_record:
|
||||||
name: host.ansible.com
|
name: host.ansible.com
|
||||||
ipv4:
|
ipv4:
|
||||||
address: 192.168.10.1
|
- address: 192.168.10.1
|
||||||
state: present
|
state: present
|
||||||
provider:
|
provider:
|
||||||
host: "{{ inventory_hostname_short }}"
|
host: "{{ inventory_hostname_short }}"
|
||||||
|
@ -108,7 +108,7 @@ EXAMPLES = '''
|
||||||
nios_host_record:
|
nios_host_record:
|
||||||
name: host.ansible.com
|
name: host.ansible.com
|
||||||
ipv4:
|
ipv4:
|
||||||
address: 192.168.10.1
|
- address: 192.168.10.1
|
||||||
comment: this is a test comment
|
comment: this is a test comment
|
||||||
state: present
|
state: present
|
||||||
provider:
|
provider:
|
||||||
|
|
Loading…
Reference in a new issue