ansible-ops-management/tasks/syslog.yml

6 lines
77 B
YAML
Raw Normal View History

2023-12-22 21:30:08 +00:00
---
- name: Notice
ansible.builtin.debug:
msg: "Nothing to do yet"
...