manage_repositories/handlers/main.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

7 lines
165 B
YAML

---
# handlers file for manage_repositories
- name: "Update repositories caches"
ansible.builtin.apt:
update_cache: true
listen: "debian-based-cache-update"