Fix rclone config location
This commit is contained in:
parent
c805a95780
commit
80b3369339
|
@ -16,6 +16,7 @@
|
||||||
- "/mnt/GoogleDriveCrypt"
|
- "/mnt/GoogleDriveCrypt"
|
||||||
- "/mnt/.media.cache"
|
- "/mnt/.media.cache"
|
||||||
- "/mnt/.overlay.work"
|
- "/mnt/.overlay.work"
|
||||||
|
- "/srv/etc/rclone"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
- name: "Rclone: Packages"
|
- name: "Rclone: Packages"
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
- config
|
- config
|
||||||
template:
|
template:
|
||||||
src: "templates/rclone.conf.j2"
|
src: "templates/rclone.conf.j2"
|
||||||
dest: "/srv/etc/rclone.conf"
|
dest: "/srv/etc/rclone/rclone.conf"
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
owner: "media"
|
owner: "media"
|
||||||
group: "media"
|
group: "media"
|
||||||
|
|
Loading…
Reference in a new issue