There's hasn't been any changes to the winrm or exec process for the devel branch that isn't in 2.8 and I haven't seen any big issues where it is hanging. Some things to check;
- Do you see the module process actually running on the remote host - When it hangs, is the process still running, any left over processes that isn't powershell.exe - Is it easily replicable, or does it only happen randomly, e.g. sometimes a task works but other times it doesn't - I see you are using a MacOS host with Kerberos auth, there is a problem using the builtin kinit process on MacOS which causes a hang. Try using a self managed Kerberos ticket to rule out this problem The MacOS Kerberos kinit issue is fixed by making sure pexpect is installed on the Python environment for the controller but it's best to just use your own Kerb ticket to rule it out. Thanks Jordan -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d939d6c0-59ad-4fc2-bfc6-402714bc2245%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
