openstack-ansible-os_glance/tasks
Jesse Pretorius f006470f27 Cast the resulting intersect set into a list
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
2017-07-07 12:56:41 +01:00
..
glance_db_setup.yml Only sync glance database on major versions 2017-06-26 11:48:59 -04:00
glance_init_systemd.yml Ensure that services restart in a particular order 2017-06-30 13:27:56 +01:00
glance_install.yml Add support for the openSUSE Leap distributions 2017-07-06 13:19:19 +01:00
glance_post_install.yml Perform an atomic policy file change 2017-04-21 15:49:01 +01:00
glance_pre_install.yml Default to "omit" mode from directory creation 2017-04-11 17:34:40 +01:00
glance_service_setup.yml Cleanup/standardize usage of tags 2016-07-12 16:55:32 -04:00
main.yml Cast the resulting intersect set into a list 2017-07-07 12:56:41 +01:00