Update windows/ping-test.yml
This commit is contained in:
parent
e50643dc3a
commit
05ee96be42
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Ping Windows hosts
|
- name: Ping Windows hosts
|
||||||
hosts: W2019
|
hosts: W2019
|
||||||
|
become: false
|
||||||
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ping Windows hosts using win_ping module
|
- name: Ping Windows hosts using win_ping module
|
||||||
win_ping:
|
ansible.windows.win_ping:
|
Loading…
Reference in New Issue