winrm: add further conditional to using pexect for kerb auth (#45952)

This commit is contained in:
Jordan Borean
2018-09-25 09:21:22 +10:00
committed by GitHub
parent 1e68881c40
commit d6251e5b27
2 changed files with 20 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- winrm - Only use pexpect for auto kerb auth if it is installed and contains the required kwargs - https://github.com/ansible/ansible/issues/43462