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.
planner.py:
* Rather than grant FileService access to a file for children, use
PushFileService to trigger deduplicating send of the file through
the hierarchy immediately.
* Send the complete list of Ansible module imports to the target so
runner.py knows which files and scripts must be loaded via
PushFileService prior to detaching.
runner.py:
* Teach NewStyleRunner to use the full module map to block until
everything is loaded prior to detach().
target.py:
* Delete old _get_file(), replace get_file() with get_small_file()
which uses PushFileService instead.
Closes #186
|
8 years ago | |
|---|---|---|
| .. | ||
| plugins | 8 years ago | |
| __init__.py | 8 years ago | |
| connection.py | 8 years ago | |
| logging.py | 8 years ago | |
| mixins.py | 8 years ago | |
| module_finder.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 | |
| target.py | 8 years ago | |