hashistack/roles/ednxzu.manage_repositories/handlers/main.yml

7 lines
165 B
YAML
Raw Normal View History

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