From 475a758f8345ddc7a3e12b0b3b33e733a61fb13b Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Mon, 2 Sep 2024 20:44:55 +0200 Subject: [PATCH] unattended upgrade all packages --- playbooks/deploy.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/playbooks/deploy.yaml b/playbooks/deploy.yaml index d71b9de..27855f3 100644 --- a/playbooks/deploy.yaml +++ b/playbooks/deploy.yaml @@ -83,8 +83,12 @@ - nginx - name: Configure unattended upgrades - collections: [ 'debops.debops' ] hosts: all become: true roles: - - role: unattended_upgrades + - role: debops.debops.unattended_upgrades + vars: + unattended_upgrades__origins: + - "o=${distro_id},n=${distro_codename}" + - "o=Docker,n=${distro_codename}" + - "o=nginx,n=${distro_codename}"