Corrected module example in documentation (#58124)
This commit is contained in:
parent
77b6255305
commit
67e02b5eee
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ EXAMPLES = r'''
|
||||||
ip_address: 127.0.0.1
|
ip_address: 127.0.0.1
|
||||||
|
|
||||||
- name: Add ::1 as an AAAA record for localhost
|
- name: Add ::1 as an AAAA record for localhost
|
||||||
win_environment:
|
win_hosts:
|
||||||
state: present
|
state: present
|
||||||
canonical_name: localhost
|
canonical_name: localhost
|
||||||
ip_address: '::1'
|
ip_address: '::1'
|
||||||
|
|
Loading…
Add table
Reference in a new issue