Update WeeklyTask Playbook

This commit is contained in:
2025-01-31 19:34:23 +01:00
parent eafe7be94c
commit 2172883ad3
+1 -1
View File
@@ -3,7 +3,7 @@
tasks: tasks:
- name: Run the equivalent of "apt-get update" as a separate step - name: Run the equivalent of "apt-get update" as a separate step
ansible.builtin.apt: ansible.builtin.apt:
update_cache: yes update_cache: yes
- name: Update all packages to their latest version - name: Update all packages to their latest version
ansible.builtin.apt: ansible.builtin.apt: