Update windows/ping-test.yml

This commit is contained in:
David Lopez 2023-08-28 08:29:37 +00:00
parent e50643dc3a
commit 05ee96be42
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
---
- name: Ping Windows hosts
hosts: W2019
become: false
gather_facts: false
tasks:
- name: Ping Windows hosts using win_ping module
win_ping:
ansible.windows.win_ping: