summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-09-19 08:41:02 +1000
committerToshio Kuratomi <a.badger@gmail.com>2019-09-18 19:03:20 -0700
commit741b49a2477f52de2711d7c109023a2452cb1673 (patch)
tree5d8ec988c9856af704abf65118472ba28c9cdc1b /changelogs
parent9bbaa0d6880ea26911d044e9ac47d03f6ebff6f6 (diff)
downloadansible-741b49a2477f52de2711d7c109023a2452cb1673.tar.gz
psexec - Fix kerb and interactive support (#62556)
(cherry picked from commit 064e443ea597359f3abb087aae6ee1ae4836f265)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/psexec-kerb-and-interactive.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/psexec-kerb-and-interactive.yaml b/changelogs/fragments/psexec-kerb-and-interactive.yaml
new file mode 100644
index 0000000000..27a4699e4a
--- /dev/null
+++ b/changelogs/fragments/psexec-kerb-and-interactive.yaml
@@ -0,0 +1,3 @@
+bugfixes:
+- psexec - Fix issue where the Kerberos package was not detected as being available.
+- psexec - Fix issue where the ``interactive`` option was not being passed down to the library.