Merge "Correct conditional for cinder is_metal check"
This commit is contained in:
commit
50f6d1fb56
@ -22,7 +22,7 @@
|
||||
set_fact:
|
||||
in_container: true
|
||||
when: >
|
||||
is_metal == true or
|
||||
is_metal != true or
|
||||
container_name != physical_host
|
||||
|
||||
- name: Check if cinder backends are LVM
|
||||
|
Loading…
x
Reference in New Issue
Block a user