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