This commit is contained in:
David Lopez 2023-08-28 11:10:45 +02:00
commit c04e600417
2 changed files with 1 additions and 2 deletions

View File

@ -4,4 +4,4 @@ ansible_password: Verdnatura01
ansible_port: 5985
ansible_winrm_transport: ntlm
become: false
gather_facts: False
gather_facts: false

View File

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