Fix mode for Restic SSH directory

This commit is contained in:
Sam A. 2023-03-07 21:54:02 +01:00
parent 2ca0b8daba
commit 04799e4a8f
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
path: "{{ services.restic.volume_folder }}/ssh" path: "{{ services.restic.volume_folder }}/ssh"
owner: root owner: root
group: root group: root
mode: '0700' mode: '0755'
state: directory state: directory
- name: Copy private SSH key - name: Copy private SSH key