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