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:
Ricardo Carrillo Cruz 2015-10-16 15:10:41 +02:00
parent cb16f959b7
commit 76a9301314
1 changed files with 1 additions and 0 deletions

View File

@ -26,3 +26,4 @@
with_subelements:
- infra_servers
- volumes
- { skip_missing: yes }