mirror of https://github.com/ansible/ansible.git
* [stable-2.5] [stable-2.7] Fix logic to not re-download existing files when force=no (#45495) (#45509) * [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 commitpull/46131/head5785de582f
) Co-authored-by: Matt Martz <matt@sivel.net> * Backport of get_url fix cannot use result result was only added in 2.8+. (cherry picked from commit99171a9c6f
) Co-authored-by: Matt Martz <matt@sivel.net> * Update get_url.py
parent
1c8aeb0410
commit
0ba6cbfd02
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- get_url - Don't re-download files unnecessarily when force=no (https://github.com/ansible/ansible/issues/45491)
|
Loading…
Reference in New Issue