update_motd/molecule/default_vagrant/converge.yml
Bertrand Lanson 2ed6f6ce8b
All checks were successful
test / Linting (push) Successful in 20s
test / Molecule tests (default, debian11) (push) Successful in 56s
test / Molecule tests (default, debian12) (push) Successful in 1m8s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m0s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 56s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m24s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 1m8s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 59s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m7s
feat: remove become from role, fix #1
2023-12-03 18:26:11 +01:00

9 lines
170 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.update_motd"
ansible.builtin.include_role:
name: "ednxzu.update_motd"