소스 검색

Tarsnap key should be 0600. Resolves #321.

Alex Payne 10 년 전
부모
커밋
ea266b73bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/tarsnap/tasks/tarsnap.yml

+ 1
- 1
roles/tarsnap/tasks/tarsnap.yml 파일 보기

@@ -64,7 +64,7 @@
64 64
   command: make all install clean chdir=/root/tarsnap-autoconf-{{ tarsnap_version }} creates=/usr/local/bin/tarsnap
65 65
 
66 66
 - name: Copy Tarsnap key file into place
67
-  copy: src=decrypted_tarsnap.key dest=/decrypted/tarsnap.key owner=root group=root force=no
67
+  copy: src=decrypted_tarsnap.key dest=/decrypted/tarsnap.key owner=root group=root mode="600" force=no
68 68
 
69 69
 - name: Create Tarsnap cache directory
70 70
   file: state=directory path=/usr/tarsnap-cache

Loading…
취소
저장