Skip to content

Commit

Permalink
Merge pull request #1 from E-VANCE/fix-conf-path
Browse files Browse the repository at this point in the history
Adjust rclone config path
  • Loading branch information
E-VANCE authored Jan 24, 2024
2 parents 4c43d0c + 699e05c commit 11c7064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rclone_version: "{{ ansible_local.rclone.version | d('0.0.0') }}"
rclone_setup_tmp_dir: "/tmp/rclone_setup"

# The location to install the config file if configured
rclone_config_location: "{{ (env == 'development') | ternary('/home/vagrant/.config/rclone/rclone.conf','/home/web/.config/rclone/rclone.conf') }}"
rclone_config_location: "{{ (env == 'development') | ternary('/home/vagrant/.config/rclone/rclone.conf','/opt/rclone/rclone.conf') }}"

install_manpages: true

Expand Down

0 comments on commit 11c7064

Please sign in to comment.