mirror of https://github.com/ansible/ansible.git
Fix template not showing a diff with a directory
Template can take a directory as the destination. When that's the case,
we need to diff between the source and the file inside of the directory.
That happened when the directory was specified with a trailing slash but
not when it was specified on its own. This change fixes that.
Fixes #24413
(cherry picked from commit 548cacdf6a)
pull/24579/head
parent
58438762a1
commit
cdd6ab000b
Loading…
Reference in New Issue