From 61dc8d05d2ed47a5c42ce992c74a5a70122681f9 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Fri, 3 May 2024 16:21:06 +0000 Subject: [PATCH] Update 'update.yml' --- update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update.yml b/update.yml index 82f0e89..d7a5788 100644 --- a/update.yml +++ b/update.yml @@ -3,6 +3,10 @@ become_method: sudo become_user: root tasks: + - name: disable phased updates + copy: + dest: /etc/apt/apt.conf.d/99-Phased-Updates + content: "Update-Manager::Always-Include-Phased-Updates true;\n APT::Get::Always-Include-Phased-Updates true;" - name: update apt list apt: update_cache: yes