From b16dbd4dc09d7d57faad60ac84f2fc56f3f1f09a Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Thu, 18 Sep 2025 15:07:07 -0400 Subject: [PATCH] Update ping.yml --- ping.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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