Merge pull request #164 from jacobwagner/cinder_backends_check
Add check for lvm cinder backend type for cinder_volumes, ignore for netapp (not a need variable)
This commit is contained in:
commit
1ec913f21a
@ -28,5 +28,5 @@
|
||||
done
|
||||
fi
|
||||
with_items: cinder_backends|dictsort
|
||||
when: cinder_backends is defined and is_metal != true
|
||||
when: cinder_backends is defined and is_metal != true and cinder_backends[item.0]['volume_group'] is defined
|
||||
delegate_to: "{{ physical_host }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user