Correct conditional for cinder is_metal check
change the is_metal == true to is_metal != true Change-Id: I1836a3f354a951b6761442baf2c09d8d372c459f
This commit is contained in:
parent
eacb01c0a0
commit
db9edda9c7
@ -22,7 +22,7 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
in_container: true
|
in_container: true
|
||||||
when: >
|
when: >
|
||||||
is_metal == true or
|
is_metal != true or
|
||||||
container_name != physical_host
|
container_name != physical_host
|
||||||
|
|
||||||
- name: Check if cinder backends are LVM
|
- name: Check if cinder backends are LVM
|
||||||
|
Loading…
Reference in New Issue
Block a user