mapletree/ansible/semaphore/ping.yml
2026-01-26 16:03:22 +00:00

6 lines
89 B
YAML

---
- name: Ping Test
hosts: all
tasks:
- name: Ping
ansible.builtin.ping: