change permission of dir to be able to browse

This commit is contained in:
Alexander Gabriel 2021-07-28 00:05:28 +01:00
parent 378dc0ccc1
commit 953803a2fa
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@
notify:
- restart smbd
- name: set permission for ro-share
file:
path: /var/cache/rsnapshot
mode: '0755'
state: directory
recurse: yes
- name: generate /etc/rsnapshot.conf
template:
src: rsnapshot.conf.j2