community.general/lib/ansible
Hiroaki Nakamura 2357194b39 Add failed_when module variable.
Implementation note: Ternery operator trick for python prior to 2.5 is used.
(test and [when_true_value] or [when_false_value])[0]
http://stackoverflow.com/questions/394809/ternary-conditional-operator-in-python#comment1466794_394887
2013-09-10 08:34:01 +09: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 Minor fix to ipv6 detection for inventory with -i 2013-08-19 15:27:21 -05:00
playbook Add failed_when module variable. 2013-09-10 08:34:01 +09:00
runner Add failed_when module variable. 2013-09-10 08:34:01 +09:00
utils Correctly handle variable issues when evaluating jinja2 when statements 2013-09-09 14:50:21 -05:00
__init__.py Version bump and assorted things to start new development version. 2013-06-10 15:34:52 -04:00
callbacks.py Add failed_when module variable. 2013-09-10 08:34:01 +09:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Added accelerate_port to plays, and made it configurable 2013-08-28 11:14:58 -05: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 The required package for selinux is libselinux-python 2013-09-06 16:26:48 -04:00