ansible/playbooks/update_cache.yml
2025-03-17 22:42:43 +01:00

8 lines
127 B
YAML

- name: update apt cache
hosts: main
become: yes
tasks:
- name: run apt update
apt:
update_cache: yes