ansible_playbooks/site_auspex_m_on.yml
2026-02-24 11:30:35 +03:00

6 lines
80 B
YAML

---
- name: Auspex match checker on
hosts: all
roles:
- auspex_m_on
...