stefangweichinger / ansible-rclone

ansible role for rclone :: https://galaxy.ansible.com/stefangweichinger/ansible_rclone
160 stars 57 forks source link

Config directory mode #131

Closed pixelrebel closed 1 year ago

pixelrebel commented 1 year ago

There is no reason to set the config directory to 700. When installing in a very common location like /etc/rclone.conf, the role hoses the mode of the /etc directory and breaks a lot of stuff. 755 is a perfectly reasonable mode for a config directory as long as the file is set to 600.

stefangweichinger commented 1 year ago

Good observation, although we install to /root/.config/rclone per default and not to /etc. But yes, if you change that to /etc, that breaks things. I will come up with a PR soon. Thanks.