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.
7fd88868a6
Before: $ ANSIBLE_STRATEGY=mitogen ansible -i derp, derp -m setup An exception occurred during task execution. To see the full traceback, use -vvv. The error was: (''.join(bits)[-300:],) derp | FAILED! => { "msg": "Unexpected failure during module execution.", "stdout": "" } After: $ ANSIBLE_STRATEGY=mitogen ansible -i derp, derp -m setup derp | UNREACHABLE! => { "changed": false, "msg": "EOF on stream; last 300 bytes received: 'ssh: Could not resolve hostname derp: nodename nor servname provided, or not known\\r\\n'", "unreachable": true } |
7 years ago | |
---|---|---|
.. | ||
plugins | 7 years ago | |
__init__.py | 7 years ago | |
connection.py | 7 years ago | |
helpers.py | 7 years ago | |
logging.py | 7 years ago | |
mixins.py | 7 years ago | |
planner.py | 7 years ago | |
process.py | 7 years ago | |
runner.py | 7 years ago | |
services.py | 7 years ago | |
strategy.py | 7 years ago |