From 020f31b110918e2eff784a4cb323cd0ab63633bb Mon Sep 17 00:00:00 2001 From: Ullli Date: Mon, 24 Nov 2025 15:44:10 +0100 Subject: [PATCH] Abschnitt "apt" verbessert --- tasks/bootstrap.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/bootstrap.yml b/tasks/bootstrap.yml index 71fca35..99432ab 100644 --- a/tasks/bootstrap.yml +++ b/tasks/bootstrap.yml @@ -27,8 +27,9 @@ when: fsit_cmgt_aptproxy != "" - name: Update and upgrade apt packages apt: - update_cache: yes - upgrade: yes + update_cache: true + upgrade: true + autoremove: true - name: install core-packages apt: pkg: -- 2.39.5