community.general/lib/ansible
Toshio Kuratomi 647123ee18 Ziploader subprocess.Popen
* Run the module as a script from the wrapper instead of executing in the same process.

Fixes cornercases where the module could potentially be executed twice
if we import and then run the main() function without calling sys.exit()
somewhere.

Also fixes problem with concurrent.futures() hanging.  Not sure
precisely how this is being triggered but it is related to invoking the
main() function outside of an if __name__ == '__main__' conditional.

* Fix for python-2.6
2016-04-06 21:25:18 -07:00
..
cli Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255 2016-04-03 02:55:19 -04:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Ziploader subprocess.Popen 2016-04-06 21:25:18 -07:00
galaxy Merge pull request #15256 from alikins/galaxy_roles_path_fix_15255 2016-04-03 02:55:19 -04:00
inventory Don't process the same host multiple times 2016-03-24 16:43:43 -07:00
module_utils Revert "Make the 'path' param type also use abspath on the value" 2016-04-06 14:07:48 -07:00
modules Update submodule refs for git fix 2016-04-06 14:09:50 -07:00
new_inventory
parsing Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00
playbook Ziploader 2016-04-05 11:06:17 -07:00
plugins Adding a config option to allow disabling locale settings upon module exec 2016-04-06 12:19:22 -04:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Override params from environment variables, if set. 2016-03-30 17:28:30 -04:00
vars Make sure VariableManager has a view of HostVars 2016-04-05 11:32:28 -04:00
__init__.py
constants.py Adding a config option to allow disabling locale settings upon module exec 2016-04-06 12:19:22 -04:00
test-requirements.txt