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
commit
16a4b78104
1 changed files with 1 additions and 1 deletions
  1. +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: 0600
check_mode: false check_mode: false


- name: Propagate client javascript file - name: Propagate client javascript file


Loading…
Cancel
Save