mirror of https://github.com/ansible/ansible.git
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 complexitypull/45618/head
parent
b22b07e300
commit
5785de582f
@ -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