Files
ansible/roles/apt/handlers/main.yml
2026-02-27 15:15:52 +01:00

6 lines
132 B
YAML

- name: Update the package cache for apt
ansible.builtin.shell:
cmd: apt-get update
become: true
listen: update-apt-cache