make selfbuild be forced on (and only) git master change
This commit is contained in:
		| @@ -36,17 +36,19 @@ | |||||||
|     dest: "{{ matrix_mautrix_facebook_docker_src_files_path }}" |     dest: "{{ matrix_mautrix_facebook_docker_src_files_path }}" | ||||||
| #    version: "{{ matrix_coturn_docker_image.split(':')[1] }}" | #    version: "{{ matrix_coturn_docker_image.split(':')[1] }}" | ||||||
|     force: "yes" |     force: "yes" | ||||||
|  |   register: matrix_mautrix_facebook_git_pull_results | ||||||
|   when: "matrix_mautrix_facebook_enabled|bool and matrix_mautrix_facebook_container_image_self_build" |   when: "matrix_mautrix_facebook_enabled|bool and matrix_mautrix_facebook_container_image_self_build" | ||||||
|  |  | ||||||
| - name: Ensure Mautrix Facebook Docker image is built | - name: Ensure Mautrix Facebook Docker image is built | ||||||
|   docker_image: |   docker_image: | ||||||
|     name: "{{ matrix_mautrix_facebook_docker_image }}" |     name: "{{ matrix_mautrix_facebook_docker_image }}" | ||||||
|     source: build |     source: build | ||||||
|  |     force_source: yes | ||||||
|     build: |     build: | ||||||
|       dockerfile: Dockerfile |       dockerfile: Dockerfile | ||||||
|       path: "{{ matrix_mautrix_facebook_docker_src_files_path }}" |       path: "{{ matrix_mautrix_facebook_docker_src_files_path }}" | ||||||
|       pull: yes |       pull: yes | ||||||
|   when: "matrix_mautrix_facebook_enabled|bool and matrix_mautrix_facebook_container_image_self_build" |   when: "matrix_mautrix_facebook_enabled|bool and matrix_mautrix_facebook_container_image_self_build and matrix_mautrix_facebook_git_pull_results.changed" | ||||||
|  |  | ||||||
| - name: Check if an old database file already exists | - name: Check if an old database file already exists | ||||||
|   stat: |   stat: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user