mirror of https://github.com/ansible/ansible.git
Add explicit error when the calculated dest path for fetch becomes a
local directory. The existing behaviour will not be checked unlike when
the path did not end with a trailing slash.
(cherry picked from commit 179bc1dabd
)
pull/83000/head
parent
48b93c0c2f
commit
fb01c69021
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
fetch - add error message when using ``dest`` with a trailing slash that becomes a local directory -
|
||||
https://github.com/ansible/ansible/issues/82878
|
Loading…
Reference in New Issue