ceph-ansible/roles/ceph-defaults
Sébastien Han 29753da05c handler: default to empty array if task skipped
with_items is evaluated before the when condition so if the task that
registers the 'results' is skipped the task will fail with:

{"failed": true, "msg": "'dict object' has no attribute 'results'"}

Defaulting to an empty array fixes the issue.

Reverts: abdd66619e
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1482061
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-08-25 18:39:00 +02:00
..
defaults Common: changed civetweb line in rgw section(conf) 2017-08-23 15:03:37 +05:30
handlers handler: default to empty array if task skipped 2017-08-25 18:39:00 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks Introduce new role ceph-config. 2017-08-24 11:33:03 +02:00
templates switch-from-non-containerized-to-containerized: simplify 2017-08-23 18:39:45 +02:00