community.general/lib/ansible
Toshio Kuratomi 1b82de2354 Non-newstyle modules can't use pipelining
This is because we pass arguments to non-newstyle modules via an
external file.  If we pipeline, then the interpreter thinks it has to
run the arguments as the script instead of what is piped in via stdin.
2016-01-14 17:21:15 -08:00
..
cli Revert "Show version without supplying a dummy action" 2016-01-07 08:28:18 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Allow Ansible to return error with unicode within it. 2016-01-14 23:44:48 +01:00
executor Fix typo in 0b86aa6 2016-01-14 11:57:12 -05:00
galaxy Prevent traceback. 2016-01-13 20:50:19 -08:00
inventory overwrite/merge not remove prev inventory data 2016-01-14 18:06:54 -05:00
module_utils module invocation info depends on verbosity 2016-01-13 18:06:55 -05:00
modules Update submodule refs 2016-01-13 20:07:04 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing use integer division instead of floating point division. 2016-01-13 12:35:28 -08:00
playbook Split up comma-separated tags properly 2016-01-12 08:18:06 -05:00
plugins Non-newstyle modules can't use pipelining 2016-01-14 17:21:15 -08:00
template keep string type filters as strings 2015-12-08 12:52:20 -08:00
utils now combine vars errors dump vars 2016-01-14 10:23:35 -05:00
vars move hostvars.vars to vars 2015-12-22 00:24:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py output color is now configurable 2015-12-29 17:40:47 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00