update_motd/molecule/default_vagrant/converge.yml

9 lines
178 B
YAML
Raw Normal View History

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