mirror of https://github.com/ceph/ceph-ansible.git
29753da05c
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:
|
||
---|---|---|
.. | ||
main.yml |