Ansible/checks/ping.yml
Luca Matteo Spoljarevic 89dc9ad0f8 Fixed formatting error
2025-11-21 16:31:16 +01:00

8 lines
135 B
YAML

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