ktbyers / scp_sidecar

Ansible modules using SCP and SSH to transfer files to network devices
Apache License 2.0
24 stars 13 forks source link

Issue where a new file wouldn't replace an existing file #9

Closed ktbyers closed 9 years ago

ktbyers commented 9 years ago

Independent of the state of overwrite=true (or overwrite not set) the playbook would execute and respond 'ok' but a new file would not be uploaded (even though it was different).

ktbyers commented 9 years ago

Operator error, the file was actually identical due to the path I was using.