change permission of dir to be able to browse
This commit is contained in:
parent
378dc0ccc1
commit
953803a2fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user