Bertrand Lanson
c4b84d88c2
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 1m2s
test / Molecule tests (default, debian12) (push) Successful in 1m7s
test / Molecule tests (default, ubuntu2204) (push) Successful in 57s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m25s
test / Molecule tests (with_custom_ascii, debian11) (push) Successful in 52s
test / Molecule tests (with_custom_ascii, debian12) (push) Successful in 55s
test / Molecule tests (with_custom_ascii, ubuntu2004) (push) Successful in 56s
test / Molecule tests (with_custom_ascii, ubuntu2204) (push) Successful in 1m50s
8 lines
207 B
YAML
8 lines
207 B
YAML
---
|
|
# task/install file for update_motd
|
|
- name: "Install neoftech"
|
|
ansible.builtin.include_role:
|
|
name: ednz_cloud.manage_apt_packages
|
|
vars:
|
|
manage_apt_packages_list: "{{ update_motd_packages }}"
|