Skip to content
Snippets Groups Projects
Commit d06a98d0 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

always rebuild

parent 28b64e79
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,10 @@
dest: "{{ basedir }}/{{ item }}"
with_items:
- docker-compose.yml
register: dockerconfig
- name: "start {{ servicename }} docker"
community.docker.docker_compose_v2:
project_src: "{{ basedir }}"
state: present
build: "{{ dockerconfig.changed }}"
build: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment