diff --git a/ping.yml b/ping.yml index 3b3952e..3a0e21f 100644 --- a/ping.yml +++ b/ping.yml @@ -1,5 +1,5 @@ - name: Ping - hosts: all - tasks: - - name: Ping my hosts - ansible.builtin.ping: \ No newline at end of file + hosts: all + tasks: + - name: Ping my hosts + ansible.builtin.ping: \ No newline at end of file