ansible/lib/ansible
James Cammarata 82b24c162e Adding delimiter fixes to action_plugin + fixing local assembling with a delimiter
Also added a new integration test for assemble using local assembly
with a delimiter.
2014-04-03 16:32:35 -05:00
..
callback_plugins
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 2014-03-27 20:35:20 +02:00
module_utils Adding delimiter fixes to action_plugin + fixing local assembling with a delimiter 2014-04-03 16:32:35 -05:00
playbook Merge pull request #5555 from sivel/expose-playbook-to-callback 2014-04-03 17:01:28 -04:00
runner Adding delimiter fixes to action_plugin + fixing local assembling with a delimiter 2014-04-03 16:32:35 -05:00
utils Use common file argument system previously implemented by @sivel for rax modules on the file modules as well (copy/file/template). 2014-04-03 16:52:39 -04:00
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 2014-02-28 18:27:16 -05:00
callbacks.py Merge pull request #5555 from sivel/expose-playbook-to-callback 2014-04-03 17:01:28 -04:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Adding in a configurable option for the accelerate daemon timeout 2014-03-23 14:45:49 -05:00
errors.py
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00