From f8514b0c22e574ac96533773ab99249445813301 Mon Sep 17 00:00:00 2001 From: eschindler Date: Sat, 29 Mar 2025 11:01:15 +0000 Subject: [PATCH] debian_update.yml aktualisiert --- debian_update.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/debian_update.yml b/debian_update.yml index 2bea2dc..e7cad94 100644 --- a/debian_update.yml +++ b/debian_update.yml @@ -1,5 +1,9 @@ - hosts: all become: true tasks: - - name: Update apt-get repo and cache - apt: update_cache=yes force_apt_get=yes cache_valid_time=3600 \ No newline at end of file + - name: Update all host/vm packages + ansible.builtin.apt: + update_cache: true + cache_valid_time: 3600 + name: "*" + state: latest \ No newline at end of file