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 file permission
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr
3 years ago
parent
4fc7365362
commit
16a4b78104
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-cactus-comments/tasks/setup_install.yml
+ 1
- 1
roles/matrix-cactus-comments/tasks/setup_install.yml
View File
@@ -82,7 +82,7 @@
src: "/tmp/cactus-comments-{{ matrix_cactus_comments_client_version }}.tar.gz"
src: "/tmp/cactus-comments-{{ matrix_cactus_comments_client_version }}.tar.gz"
dest: "/tmp/"
dest: "/tmp/"
remote_src: true
remote_src: true
mode: 600
mode:
0
600
check_mode: false
check_mode: false
- name: Propagate client javascript file
- name: Propagate client javascript file
Write
Preview
Loading…
Cancel
Save