From 384d0a638878bb9d8266f1b9094c136ce5afc2d4 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 12 Feb 2024 08:53:23 +0100 Subject: [PATCH] added dist-upgrade --- liebchen.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/liebchen.yml b/liebchen.yml index 02f0a7e..0e1a5be 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -1,5 +1,15 @@ - hosts: localhost tasks: + - name: Update apt repo and cache + apt: + update_cache: yes + force_apt_get: yes + cache_valid_time: 0 + + - name: Upgrade all packages + apt: + upgrade: dist + force_apt_get: yes - name: Install general packages apt: