Try this
This commit is contained in:
parent
b443ef53e5
commit
39d1f455cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
ignore_errors: True
|
||||
failed_when: no
|
||||
when: volumes is defined
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue