win_template: fix issue where dest was specified as a directory (#39887)

This commit is contained in:
Jordan Borean
2018-05-15 09:59:51 +10:00
committed by GitHub
parent e0813d7d47
commit d6eb642e88
5 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_template - fix when specifying the dest option as a directory with and without the trailing slash https://github.com/ansible/ansible/issues/39886