This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix skype bridge being rebuilt when upstream changed
pull/481/head
Horvath Gergely
6 years ago
parent
20c605554d
commit
d6266a8c47
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-bridge-mx-puppet-skype/tasks/setup_install.yml
+ 1
- 0
roles/matrix-bridge-mx-puppet-skype/tasks/setup_install.yml
View File
@@ -42,6 +42,7 @@
docker_image:
docker_image:
name: "{{ matrix_mx_puppet_skype_docker_image }}"
name: "{{ matrix_mx_puppet_skype_docker_image }}"
source: build
source: build
force_source: yes
build:
build:
dockerfile: Dockerfile
dockerfile: Dockerfile
path: "{{ matrix_mx_puppet_skype_docker_src_files_path }}"
path: "{{ matrix_mx_puppet_skype_docker_src_files_path }}"
Write
Preview
Loading…
Cancel
Save