f006470f27
When using Ansible with python3, the result of the intersect filter is a set, not a list. This causes a failure when trying to access item 0 in the list. In this patch we cast the set to a list before accessing item 0. This will work for both python2 and python3. Change-Id: I9b03c57a5b1f675a8ca6e42dd5aae6c1e4742603 |
||
---|---|---|
.. | ||
glance_db_setup.yml | ||
glance_init_systemd.yml | ||
glance_install.yml | ||
glance_post_install.yml | ||
glance_pre_install.yml | ||
glance_service_setup.yml | ||
main.yml |