From 5ee10ad19c50ec0f4ceb2e99cdd4f00090ca0026 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 5 Apr 2018 11:55:56 +0100 Subject: [PATCH] fixes example address parameters (#37765) (#38328) (cherry picked from commit 7324f49829334fe80aa71630b5f4f3df9e87bac6) --- lib/ansible/modules/net_tools/nios/nios_host_record.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/net_tools/nios/nios_host_record.py b/lib/ansible/modules/net_tools/nios/nios_host_record.py index aa9ac0b144..e1979b7e50 100644 --- a/lib/ansible/modules/net_tools/nios/nios_host_record.py +++ b/lib/ansible/modules/net_tools/nios/nios_host_record.py @@ -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: