mirror of https://github.com/ansible/ansible.git
copy: print correct dest path when content + diff is used (#81678)
* when --diff is used with content parameter, print destination path instead of temporary file path. Fixes: #79749 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/81586/head
parent
243197f2d4
commit
e4468dc944
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- copy - print correct destination filename when using `content` and `--diff` (https://github.com/ansible/ansible/issues/79749).
|
Loading…
Reference in New Issue