manage_pipx_packages/molecule/default_vagrant/converge.yml
Bertrand Lanson 01a8315828
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian12) (push) Successful in 1m13s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m15s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m19s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m16s
feat: add vagrant tests for later
2023-11-29 22:22:59 +01:00

8 lines
173 B
YAML

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