diff --git a/README.md b/README.md index b92e2e9..d866860 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ These variables allow for setting the ownership of manpages for `rclone`. They a OWNER: rclone GROUP: rclone -### `rclone_binary_location: "/usr/local/bin/rclone/rclone"` +### `rclone_binary_location: "/usr/local/bin/rclone/"` The location to install the `rclone` binary. diff --git a/defaults/main.yml b/defaults/main.yml index 0c628e5..af09579 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -18,7 +18,7 @@ rclone_setup_tmp_dir: "/tmp/rclone_setup" rclone_manpages_location: "{{ default_rclone_manpages_location }}" # The location to install the binary file -rclone_binary_location: "/usr/local/bin/rclone/rclone" +rclone_binary_location: "/usr/local/bin/rclone/" # The location to install the config file if configured rclone_config_location: "/root/.config/rclone/rclone.conf"