From 12662ef54cf21b1eec5a69acb0c042b7116c2a24 Mon Sep 17 00:00:00 2001 From: Luca Matteo Spoljarevic Date: Fri, 21 Nov 2025 16:35:44 +0100 Subject: [PATCH] Fixed formatting error --- checks/ping.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/checks/ping.yml b/checks/ping.yml index 2a2f2cc..7c91b4a 100644 --- a/checks/ping.yml +++ b/checks/ping.yml @@ -1,8 +1,7 @@ ---- - -- name: Ping every host +- name: Ping all hosts hosts: all gather_facts: false tasks: - - name: Send an Ansible ping - ansible.builtin.ping: {} + - name: Send an Ansible Ping + ansible.builtin.ping: null +