Merge "Add default value in CinderRbdExtraPools task condition" into stable/ussuri

This commit is contained in:
Zuul 2020-07-17 15:45:06 +00:00 committed by Gerrit Code Review
commit 1697040271
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
with_items: "{{ ceph_pools.cinder_pool.cinder_extra_pools }}"
when:
- tripleo_pool_volumes
- item not in overrides
- item not in overrides | default([])
- name: build resulting pool list
set_fact: