Merge "Fix multinode image list"
This commit is contained in:
commit
da02a39069
@ -41,7 +41,7 @@
|
||||
block:
|
||||
|
||||
- name: find image
|
||||
shell: openstack image list --long -f value -c ID --public --property latest=centos-7-latest
|
||||
shell: openstack image list --long -f value -c ID --public --property latest=centos-7-latest | tail -1
|
||||
register: image_id_latest
|
||||
|
||||
- name: Set fact for image
|
||||
|
Loading…
Reference in New Issue
Block a user