Ansible/checks/ping.yml
Luca Matteo Spoljarevic 12662ef54c Fixed formatting error
2025-11-21 16:35:44 +01:00

7 lines
134 B
YAML

- name: Ping all hosts
hosts: all
gather_facts: false
tasks:
- name: Send an Ansible Ping
ansible.builtin.ping: null