You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a731be32a2
Now we match Ansible error output and exit status. Ansible: $ ansible localhost -e end=2 -m custom_binary_single_null localhost | FAILED! => { "changed": false, "module_stderr": "Shared connection to localhost closed.\r\n", "module_stdout": "/bin/sh: /Users/dmw/.ansible/tmp/ansible-tmp-1522661797.42-158833651208060/custom_binary_single_null: cannot execute binary file\r\n", "msg": "MODULE FAILURE", "rc": 126 } Mitogen now: localhost | FAILED! => { "changed": false, "module_stderr": "/bin/sh: /var/folders/gw/f6w3dgy16fsg5y4kdthbqycw0000gn/T/ansible_mitogenAYF8LM-binary: cannot execute binary file\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 126 } Previously: localhost | FAILED! => { "changed": false, "module_stderr": "<type 'exceptions.OSError'>: [Errno 8] Exec format error", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1 } |
7 years ago | |
---|---|---|
ansible_mitogen | 7 years ago | |
docs | 7 years ago | |
examples | 7 years ago | |
mitogen | 7 years ago | |
tests | 7 years ago | |
.gitignore | 7 years ago | |
.lgtm.yml | 7 years ago | |
.travis.yml | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
dev_requirements.txt | 7 years ago | |
preamble_size.py | 7 years ago | |
setup.cfg | 7 years ago | |
setup.py | 7 years ago | |
test | 7 years ago | |
tox.ini | 7 years ago |