manage_repositories/molecule/default_vagrant/converge.yml
Bertrand Lanson f158c340d7
All checks were successful
test / Linting (push) Successful in 20s
test / Molecule tests (default, debian12) (push) Successful in 47s
test / Molecule tests (default, ubuntu2004) (push) Successful in 56s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m10s
test / Molecule tests (with_custom_repo, debian11) (push) Successful in 54s
test / Molecule tests (with_custom_repo, debian12) (push) Successful in 54s
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Successful in 58s
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Successful in 58s
test / Molecule tests (default, debian11) (push) Successful in 44s
feat: remove become from role, fix #6
2023-12-03 17:56:58 +01:00

9 lines
186 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.manage_repositories"
ansible.builtin.include_role:
name: "ednxzu.manage_repositories"