Skip to content

Commit 6ea609d

Browse files
fix: don’t force recreate on every run
Signed-off-by: Anatoli Nicolae <an@thundersquared.com>
1 parent 7115213 commit 6ea609d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

web1/ansible/roles/system/containers/tasks/authentik.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
community.docker.docker_compose_v2:
2323
project_src: "/opt/containers/authentik"
2424
state: present
25-
recreate: "always"
26-
pull: "always"
2725
wait: true
2826
wait_timeout: 300
2927
when: authentik_env_file.stat.exists

web3/ansible/roles/system/containers/tasks/authentik.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
community.docker.docker_compose_v2:
2121
project_src: "/opt/containers/authentik"
2222
state: present
23-
recreate: "always"
24-
pull: "always"
2523
wait: true
2624
wait_timeout: 300
2725
when: authentik_env_file.stat.exists

0 commit comments

Comments
 (0)