manage_pip_packages/molecule/default_vagrant/converge.yml
Bertrand Lanson ad106d8648
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 43s
test / Molecule tests (default, debian12) (push) Successful in 42s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m4s
test / Molecule tests (default, ubuntu2204) (push) Successful in 49s
test / Molecule tests (with_custom_packages, debian11) (push) Successful in 1m10s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m19s
test / Molecule tests (with_custom_packages, ubuntu2004) (push) Successful in 1m12s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m15s
feat: add vagrant tests for later)
2023-11-29 19:33:18 +01:00

8 lines
171 B
YAML

---
- name: Converge
hosts: all
tasks:
- name: "Include ednxzu.manage_pip_packages"
ansible.builtin.include_role:
name: "ednxzu.manage_pip_packages"