fixes example address parameters (#37765)

pull/37255/merge
Blair Rampling 7 years ago 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:

Loading…
Cancel
Save