소스 검색

Fix file permission

Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
pull/2089/head
Julian-Samuel Gebühr 3 년 전
부모
커밋
16a4b78104
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-cactus-comments/tasks/setup_install.yml

+ 1
- 1
roles/matrix-cactus-comments/tasks/setup_install.yml 파일 보기

@@ -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


불러오는 중...
취소
저장