mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
force build docker image if git master changes
This commit is contained in:
parent
c13c29f48e
commit
203a319881
@ -35,6 +35,7 @@
|
|||||||
repo: https://github.com/Sorunome/mx-puppet-skype.git
|
repo: https://github.com/Sorunome/mx-puppet-skype.git
|
||||||
dest: "{{ matrix_mx_puppet_skype_docker_src_files_path }}"
|
dest: "{{ matrix_mx_puppet_skype_docker_src_files_path }}"
|
||||||
force: "yes"
|
force: "yes"
|
||||||
|
register: matrix_mx_puppet_skype_git_pull_results
|
||||||
when: "matrix_mx_puppet_skype_enabled|bool and matrix_mx_puppet_skype_container_image_self_build"
|
when: "matrix_mx_puppet_skype_enabled|bool and matrix_mx_puppet_skype_container_image_self_build"
|
||||||
|
|
||||||
- name: Ensure MX Puppet Skype Docker image is built
|
- name: Ensure MX Puppet Skype Docker image is built
|
||||||
@ -45,7 +46,7 @@
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
path: "{{ matrix_mx_puppet_skype_docker_src_files_path }}"
|
path: "{{ matrix_mx_puppet_skype_docker_src_files_path }}"
|
||||||
pull: yes
|
pull: yes
|
||||||
when: "matrix_mx_puppet_skype_enabled|bool and matrix_mx_puppet_skype_container_image_self_build"
|
when: "matrix_mx_puppet_skype_enabled|bool and matrix_mx_puppet_skype_container_image_self_build and matrix_mx_puppet_skype_git_pull_results.changed"
|
||||||
|
|
||||||
- name: Check if an old database file already exists
|
- name: Check if an old database file already exists
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user