update_motd/molecule/default/converge.yml

9 lines
178 B
YAML
Raw Normal View History

2023-04-03 16:53:42 +00:00
---
- name: Converge
hosts: all
2023-12-03 17:26:11 +00:00
become: true
2023-04-03 16:53:42 +00:00
tasks:
2024-02-05 21:32:54 +00:00
- name: "Include ednz_cloud.update_motd"
2023-04-03 16:53:42 +00:00
ansible.builtin.include_role:
2024-02-05 21:32:54 +00:00
name: "ednz_cloud.update_motd"