update_motd/tasks/main.yml
Bertrand Lanson aba7d4a2fb
All checks were successful
test / Linting (push) Successful in 5s
test / Molecule tests (default, debian11) (push) Successful in 1m2s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m10s
test / Molecule tests (default, debian12) (push) Successful in 1m11s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m10s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 1m7s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 1m11s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 1m5s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m16s
forgot to remove references to requirements.yml
2023-07-30 15:41:47 +02:00

11 lines
265 B
YAML

---
# task/main file for update_motd
- name: "Import install.yml"
ansible.builtin.include_tasks: install.yml
- name: "Import cleanup.yml"
ansible.builtin.include_tasks: cleanup.yml
- name: "Import configure.yml"
ansible.builtin.include_tasks: configure.yml