refs #8025 Disable gather and become for ping
This commit is contained in:
parent
bd9059f3c5
commit
39144527bb
|
@ -1,4 +1,6 @@
|
||||||
- name: Check that a host is alive and reachable
|
- name: Check that a host is alive and reachable
|
||||||
hosts: all
|
hosts: all
|
||||||
|
gather_facts: no
|
||||||
|
become: no
|
||||||
tasks:
|
tasks:
|
||||||
- ping:
|
- ping:
|
Loading…
Reference in New Issue