kolla-ansible/ansible/roles/prechecks/tasks
Mark Goddard be4568334c Fix failure handling in prechecks
In a HAProxy precheck task, the command module is used, and the results
inspected by checking the stdout attribute of the result. However, if
the command fails (non-zero exit code), in some cases there may not be a
stdout attribute in the result object. This causes an AttributeError and
prevents ansible's useful diagnostic output from being displayed.

Change-Id: Id502b5d0b71fe2150a29df43154c925dca96ef06
Trivial Fix
2017-12-14 14:05:39 +00:00
..
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
main.yml Do not check api_interface for deployment group 2017-11-23 03:08:35 -05:00
package_checks.yml Merge "Fix prechecks fail with docker not in deployment host" 2017-09-20 16:33:43 +00:00
port_checks.yml Generalize api_interface_address variable usage 2017-05-23 08:35:15 +00:00
service_checks.yml Fix failure handling in prechecks 2017-12-14 14:05:39 +00:00
user_checks.yml Specify 'become' to necessary tasks (general roles) 2017-09-25 06:52:04 +00:00