stefangweichinger / ansible-rclone

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

Add `force` parameter to `ansible.builtin.copy` for rclone upgrading #158

Closed hkcomori closed 4 months ago

hkcomori commented 4 months ago

ansible.builtin.copy does not copy files if it already exists by default. So, even when you want to upgrade, the file will not be overwritten.

stefangweichinger commented 4 months ago

Will merge asap, trying to correct the gh-workflow first.