Update windows/ping-test.yml
This commit is contained in:
parent
a5194f4e88
commit
737d550aa4
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
- name: Ping Windows hosts
|
||||
hosts: W2019
|
||||
gather_facts: False
|
||||
vars:
|
||||
vars_files:
|
||||
- all.yml
|
||||
tasks:
|
||||
- name: Ping Windows hosts using win_ping module
|
||||
ansible.windows.win_ping:
|
Loading…
Reference in New Issue