[keycloak] Build image when updating container

This commit is contained in:
Viyurz 2024-07-06 10:56:48 +02:00
parent f15caa43b0
commit c0d1ad7611
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -1,6 +1,7 @@
- name: Pull project services
community.docker.docker_compose:
project_src: "{{ project_dir }}"
build: true
recreate: never
pull: true
debug: true