Bertrand Lanson
c02bd5b0e2
All checks were successful
test / Linting (push) Successful in 11s
test / Molecule tests (default, debian11) (push) Successful in 1m14s
test / Molecule tests (default, debian12) (push) Successful in 1m10s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m17s
test / Molecule tests (default, ubuntu2204) (push) Successful in 49s
test / Molecule tests (with_custom_repo, debian11) (push) Successful in 56s
test / Molecule tests (with_custom_repo, debian12) (push) Successful in 58s
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Successful in 57s
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Successful in 57s
8 lines
245 B
YAML
8 lines
245 B
YAML
---
|
|
# task/prerequisites file for manage_repositories
|
|
- name: "Install python dependencies"
|
|
ansible.builtin.include_role:
|
|
name: ednxzu.manage_apt_packages
|
|
vars:
|
|
manage_apt_packages_list: "{{ manage_repositories_required_packages }}"
|