From 42f725d6f87f803d38f2b65f458a083436dd43f8 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 8 Oct 2023 16:09:31 +0000 Subject: [PATCH] authcheck: Keep container up to date --- roles/authcheck/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authcheck/tasks/main.yml b/roles/authcheck/tasks/main.yml index 222d5b4..36d96fa 100644 --- a/roles/authcheck/tasks/main.yml +++ b/roles/authcheck/tasks/main.yml @@ -14,7 +14,7 @@ ansible.builtin.git: dest: /usr/local/src/docker-authcheck repo: https://github.com/foo-sh/docker-authcheck.git - update: false + update: true version: main notify: Rebuild authcheck-container