Skip to content

Commit

Permalink
Fix file & folder permissions for rclone.config
Browse files Browse the repository at this point in the history
  • Loading branch information
E-VANCE committed Jul 23, 2021
1 parent d5affc8 commit 416a268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
file:
path: "{{ rclone_config_location | dirname }}"
state: directory
mode: 0700
mode: 0755

- name: Set up rclone config
template:
src: rclone.conf.j2
dest: "{{ rclone_config_location }}"
mode: 0600
mode: 0644
become: true
when: rclone_configs is defined

Expand Down

0 comments on commit 416a268

Please sign in to comment.