homeserver/roles/mgrote.apt_manage_sources/handlers/main.yml
Michael Grote ccaaabc1be fix ansible-lint (#583)
Reviewed-on: #583
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-19 11:10:04 +02:00

5 lines
118 B
YAML

---
- name: update package lists # noqa no-handler
become: yes
ansible.builtin.apt:
update_cache: yes