From a9286a6e217daa71063bd2fcb2a14f5876c1008c Mon Sep 17 00:00:00 2001 From: Ullli Date: Wed, 14 Jun 2023 15:32:45 +0200 Subject: [PATCH] autoremove als einzelnen task, damit es funktioniert --- library/bootstrap.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/bootstrap.yml b/library/bootstrap.yml index a005d4c..26b7160 100644 --- a/library/bootstrap.yml +++ b/library/bootstrap.yml @@ -30,6 +30,8 @@ apt: update_cache: true upgrade: true +- name: Update and upgrade apt packages + apt: autoremove: true - name: install core-packages apt: -- 2.39.5