Jasmine H

Results 11 comments of Jasmine H

Any chance to merge this PR? Really need the restore script! Thanks

Yes I've tried the latest commit, but got the same error message. Is it because Mitogen doesn't support Windows target? After switching my target to a linux server, it can...

Can simply reproduce the error message by runnung without a playbook: `ansible my_windows_host -i hosts -m win_ping` With only a single line in the hosts file : `my_windows_host ansible_ssh_user=administrator ansible_shell_type=cmd`...

Here is the dump of -vvvv when running with Mitogen [log20200629.txt](https://github.com/dw/mitogen/files/4846217/log20200629.txt) (My Windows host is a Windows server 2012 R2 64bit)

When running this command, it returns : The system cannot find the path specified. When only run the first half of the `command:ssh -o "LogLevel ERROR" -l administrator -i /userap/appd_ap/ansible/private_key...

After moving python to `/usr/bin/python2` on my windows host, there's no more ` The system cannot find the path specified` error. But now when executing the same command : `ssh...

The `_` did exist in my command but it disappear since I copy it to the txt file, sorry for the mistake. With `_` in the command, the same error...

Python 2.7.18 I’ve tried all the possible syntax around python command, but still Syntax error. I’ll keep on trying other possible code and if I have a solution I’ll leave...