2024-03-21 16:47:13 -04:00

8 lines
70 B
YAML

---
- name: Say hi role
ansible.builtin.debug:
msg: "Hi."
...