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

(cherry picked from commit 7324f49829)
pull/38330/head
John R Barker 8 years ago committed by GitHub
parent 4e3e2c712a
commit 5ee10ad19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save