change permission of dir to be able to browse
This commit is contained in:
parent
378dc0ccc1
commit
953803a2fa
@ -37,6 +37,13 @@
|
|||||||
notify:
|
notify:
|
||||||
- restart smbd
|
- restart smbd
|
||||||
|
|
||||||
|
- name: set permission for ro-share
|
||||||
|
file:
|
||||||
|
path: /var/cache/rsnapshot
|
||||||
|
mode: '0755'
|
||||||
|
state: directory
|
||||||
|
recurse: yes
|
||||||
|
|
||||||
- name: generate /etc/rsnapshot.conf
|
- name: generate /etc/rsnapshot.conf
|
||||||
template:
|
template:
|
||||||
src: rsnapshot.conf.j2
|
src: rsnapshot.conf.j2
|
||||||
|
Loading…
Reference in New Issue
Block a user