mg
4e83d8d887
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#225 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
5 lines
115 B
YAML
5 lines
115 B
YAML
---
|
|
- name: update package lists # noqa 503 503
|
|
become: yes
|
|
ansible.builtin.apt:
|
|
update_cache: yes
|