Add changed_when to Dendrite self-building task to make ansible-lint happy

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2674
This commit is contained in:
Slavi Pantaleev 2023-05-11 11:23:09 +03:00
parent 1649065a4d
commit a6a32f24f7
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
cmd: "{{ devture_systemd_docker_base_host_command_docker }} build -t {{ matrix_dendrite_docker_image }} {{ matrix_dendrite_docker_src_files_path }}"
environment:
DOCKER_BUILDKIT: 1
changed_when: true
when: "matrix_dendrite_git_pull_results.changed | bool or matrix_dendrite_docker_image_check_result.stdout == ''"
- name: Ensure Dendrite container network is created