From 7cd7a8f386972f86247bce71c711f4783b352729 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 27 Mar 2024 12:45:33 -0400 Subject: [PATCH] more tidy --- ping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ping.yml b/ping.yml index 7c8c95f..d236069 100644 --- a/ping.yml +++ b/ping.yml @@ -13,7 +13,7 @@ - name: "Ping Check: Successful Hosts" ansible.builtin.debug: - var: ansible_play_batch + msg: "{{ ansible_play_batch }}" run_once: true # noqa: run-once[task] delegate_to: localhost