Bertrand Lanson
29abb1dadf
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m53s
test / Molecule tests (default, debian12) (push) Successful in 2m0s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m59s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m39s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m42s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m40s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m48s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 2m7s
8 lines
239 B
YAML
8 lines
239 B
YAML
---
|
|
# task/install_docker_pip file for install_docker
|
|
- name: "Install docker packages"
|
|
ansible.builtin.include_role:
|
|
name: ednxzu.manage_apt_packages
|
|
vars:
|
|
manage_apt_packages_list: "{{ install_docker_python_packages_list }}"
|