ansible/lib/ansible
Michael DeHaan 7813290969 Merge pull request #3645 from stoned/stringify-conditional-2
stringify conditional before handing it to Jinja2 for evaluation.
2013-08-01 17:08:34 -07:00
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 2013-06-09 12:19:07 -04:00
inventory Merge branch 'devel' of git://github.com/sjmudd/ansible into sjmudd_ranges 2013-07-21 09:31:46 -04:00
playbook Merge branch 'changed_when' of git://github.com/stoned/ansible into changed_when 2013-07-21 10:14:03 -04:00
runner Merge pull request #3621 from sergevanginderachter/rename2flattened 2013-07-22 10:32:38 -07:00
utils stringify conditional before handing it to Jinja2 for evaluation. 2013-07-23 22:24:53 +02:00
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py Remove variable per pyflakes 2013-07-20 12:52:17 -04:00
color.py Check for existence of isatty on stdout before calling it 2013-07-19 11:06:31 +03:00
constants.py now ANSIBLE_KEEP_REMOTE_FILE acts as boolean 2013-07-14 22:08:36 -04:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py fix: if a path is symlink and trying to chmod, OSError Exception will be raised. 2013-07-23 22:14:48 +09:00