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.
Rather than assume any structure about the Python code:
* Delete the exit_json/fail_json monkeypatches.
* Patch SystemExit rather than a magic monkeypatch-thrown exception
* Setup fake cStringIO stdin, stdout, stderr and return those along with
SystemExit exit status
* Setup _ANSIBLE_ARGS as we used to, since we still want to override
that with '{}' to prevent accidental import hangs, but also provide
the same string via sys.stdin.
* Compile the module bytecode once and re-execute it for every
invocation. May change this back again later, once some benchmarks are
done.
* Remove the fixups stuff for now, it's handled by ^ above.
Should support any "somewhat new style" Python module, including those
that just give up and dump stuff to stdout directly.
|
8 years ago | |
|---|---|---|
| .. | ||
| plugins | 8 years ago | |
| __init__.py | 8 years ago | |
| connection.py | 8 years ago | |
| helpers.py | 8 years ago | |
| logging.py | 8 years ago | |
| mixins.py | 8 years ago | |
| planner.py | 8 years ago | |
| process.py | 8 years ago | |
| runner.py | 8 years ago | |
| services.py | 8 years ago | |
| strategy.py | 8 years ago | |