Correct conditional for cinder is_metal check

change the is_metal == true to is_metal != true

Change-Id: I1836a3f354a951b6761442baf2c09d8d372c459f
This commit is contained in:
Weezer Su 2017-03-21 13:46:20 -05:00 committed by Jesse Pretorius (odyssey4me)
parent eacb01c0a0
commit db9edda9c7

View File

@ -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