Fix volume creation for instances not having volumes defined
If we don't have the skip_missing: yes, the task will fail on infra_servers that do not have any volume defined. Change-Id: I9b067da57a2869568f2ddbbd495e50ed6259429b
This commit is contained in:
parent
cb16f959b7
commit
76a9301314
@ -26,3 +26,4 @@
|
|||||||
with_subelements:
|
with_subelements:
|
||||||
- infra_servers
|
- infra_servers
|
||||||
- volumes
|
- volumes
|
||||||
|
- { skip_missing: yes }
|
||||||
|
Loading…
Reference in New Issue
Block a user