From 67e02b5eeea1c7e5133108e1aa437fd245ed8110 Mon Sep 17 00:00:00 2001 From: Tom Moore <4531960+tmmruk@users.noreply.github.com> Date: Thu, 20 Jun 2019 16:37:05 +0100 Subject: [PATCH] Corrected module example in documentation (#58124) --- lib/ansible/modules/windows/win_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_hosts.py b/lib/ansible/modules/windows/win_hosts.py index 87355c00d8c..daf331cd50e 100644 --- a/lib/ansible/modules/windows/win_hosts.py +++ b/lib/ansible/modules/windows/win_hosts.py @@ -84,7 +84,7 @@ EXAMPLES = r''' ip_address: 127.0.0.1 - name: Add ::1 as an AAAA record for localhost - win_environment: + win_hosts: state: present canonical_name: localhost ip_address: '::1'