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