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