Merge "Default cinder_volume_node_names to []"
This commit is contained in:
commit
d84aee0f00
@ -316,7 +316,7 @@ outputs:
|
||||
- name: set cinder_volume upgrade node facts in a single-node environment
|
||||
set_fact:
|
||||
cinder_volume_short_node_names_upgraded: "{{ cinder_volume_short_node_names }}"
|
||||
cinder_volume_node_names_upgraded: "{{ cinder_volume_node_names }}"
|
||||
cinder_volume_node_names_upgraded: "{{ cinder_volume_node_names | default([]) }}"
|
||||
cacheable: no
|
||||
when: groups['cinder_volume'] | length <= 1
|
||||
- name: set cinder_volume upgrade node facts from the limit option
|
||||
|
Loading…
x
Reference in New Issue
Block a user