install_docker/molecule/with_custom_config_vagrant/prepare.yml
Bertrand Lanson 56c029a56f
All checks were successful
test / Linting (push) Successful in 2m18s
test / Molecule tests (default, debian11) (push) Successful in 2m23s
test / Molecule tests (default, debian12) (push) Successful in 1m34s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m45s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m41s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m58s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m20s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m45s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m50s
feat(core): change namespace
2024-02-05 22:28:39 +01:00

13 lines
290 B
YAML

---
- name: Prepare
hosts: all
tasks:
- name: "Install pip3 packages"
ansible.builtin.include_role:
name: ednz_cloud.manage_apt_packages
vars:
manage_apt_packages_list:
- name: python3-pip
version: latest
state: present