fixes example address parameters (#37765) (#38328)

(cherry picked from commit 7324f49829)
This commit is contained in:
John R Barker 2018-04-05 11:55:56 +01:00 committed by GitHub
parent 4e3e2c712a
commit 5ee10ad19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,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 }}"
@ -121,7 +121,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: