This commit is contained in:
Calvin Steenbergen 2025-04-03 19:11:57 +02:00
parent 59885fc594
commit c71fa4a1d8

View file

@ -5,10 +5,10 @@
- name: Update apt cache
ansible.builtin.apt:
update_cache: true
become: true
delegate_to: localhost
- name: Upgrade all packages
ansible.builtin.apt:
upgrade: dist
autoremove: true
become: true
delegate_to: localhost