Update windows/ping-test.yml

This commit is contained in:
David Lopez 2023-08-28 09:04:12 +00:00
parent a5194f4e88
commit 737d550aa4
1 changed files with 3 additions and 1 deletions

View File

@ -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: