99171a9c6f
* [stable-2.7] 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.
(cherry picked from commit 5785de582f
)
Co-authored-by: Matt Martz <matt@sivel.net>
* Backport of get_url fix cannot use result
result was only added in 2.8+
2 lines
124 B
YAML
2 lines
124 B
YAML
bugfixes:
|
|
- get_url - Don't re-download files unnecessarily when force=no (https://github.com/ansible/ansible/issues/45491)
|