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}"