ansible-ops-management/tasks/syslog.yml
2023-12-22 14:30:08 -07:00

6 lines
77 B
YAML

---
- name: Notice
ansible.builtin.debug:
msg: "Nothing to do yet"
...