Explorar el Código

Fix file permission

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr hace 4 años
padre
commit
16a4b78104
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-cactus-comments/tasks/setup_install.yml

+ 1
- 1
roles/matrix-cactus-comments/tasks/setup_install.yml Ver fichero

@@ -82,7 +82,7 @@
src: "/tmp/cactus-comments-{{ matrix_cactus_comments_client_version }}.tar.gz"
dest: "/tmp/"
remote_src: true
mode: 600
mode: 0600
check_mode: false

- name: Propagate client javascript file


Cargando…
Cancelar
Guardar