From bc44c5074e360628b0106af65c2359d05262d473 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 22 Oct 2025 16:48:50 -0300 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20actualizaciones=20de=20seguridad=20?= =?UTF-8?q?autom=C3=A1ticas=20#35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.yml b/deploy.yml index b06454c..7d45917 100644 --- a/deploy.yml +++ b/deploy.yml @@ -3,6 +3,10 @@ --- - hosts: "{{ host }}" tasks: + - name: "unnattended upgrades" + apt: + name: "unnattended-upgrades" + state: "present" - name: import matrix local_action: "include_vars dir=./ files_matching={{ alt }}.yml" -- 2.49.0 From 5aea3651c2cd66426c72c9f7a49de8e70728cd81 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 22 Oct 2025 16:51:55 -0300 Subject: [PATCH 2/2] fix: bookworm! --- roles/althost/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/althost/tasks/main.yml b/roles/althost/tasks/main.yml index 6c985af..53d00f1 100644 --- a/roles/althost/tasks/main.yml +++ b/roles/althost/tasks/main.yml @@ -14,7 +14,7 @@ - name: docker apt repository apt_repository: - repo: deb [arch=amd64] https://download.docker.com/linux/debian bullseye stable + repo: deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable - name: install docker community edition apt: -- 2.49.0