fixes example address parameters (#37765)

This commit is contained in:
Blair Rampling 2018-03-28 09:11:24 -07:00 committed by John R Barker
parent 447b342662
commit 7324f49829

View file

@ -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: