update_motd/molecule/with_custom_ascii/converge.yml

9 lines
170 B
YAML
Raw Normal View History

---
- name: Converge
hosts: all
2023-12-03 17:26:11 +00:00
become: true
tasks:
- name: "Include ednxzu.update_motd"
ansible.builtin.include_role:
name: "ednxzu.update_motd"