Fix logic to not re-download existing files when force=no (#45495)

* Fix logic to not re-download existing files when force=no. Fixes #45491

* Reduce logic complexity
This commit is contained in:
Matt Martz
2018-09-11 13:56:13 -05:00
committed by GitHub
parent b22b07e300
commit 5785de582f
3 changed files with 27 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- get_url - Don't re-download files unnecessarily when force=no (https://github.com/ansible/ansible/issues/45491)