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
Correct truth value
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr
3 years ago
parent
ce65eb888f
commit
1d847e8f28
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
@@ -81,7 +81,7 @@
ansible.builtin.unarchive:
ansible.builtin.unarchive:
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:
yes
remote_src:
true
mode: 600
mode: 600
check_mode: false
check_mode: false
Write
Preview
Loading…
Cancel
Save