diff --git a/playbooks/ping.yml b/playbooks/ping.yml index 5a889e8..2f48123 100644 --- a/playbooks/ping.yml +++ b/playbooks/ping.yml @@ -1,4 +1,6 @@ - name: Check that a host is alive and reachable hosts: all + gather_facts: no + become: no tasks: - ping: \ No newline at end of file