1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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