Give up for now.

This commit is contained in:
Kevin Fenzi 2016-06-25 17:41:23 +00:00
parent b5cee60891
commit a9676bbd8b

View file

@ -50,7 +50,7 @@
- local_action: shell nova --os-auth-url="{{os_auth_url}}" --os-username="admin" --os-password="{{ADMIN_PASS}}" --os-tenant-name={{inventory_tenant}} volume-list | grep ' {{item.volume_id}} ' | grep 'available'
with_items: "{{volumes}}"
register: volume_available
failed_when: "1 != 1"
ignore_errors: True
when: volumes is defined
#