Ansible/checks/ping.yml
Luca Matteo Spoljarevic 76de2ca0bf Fixed formatting error
2025-11-21 16:41:42 +01:00

7 lines
132 B
YAML

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