mirror of https://github.com/ceph/ceph-ansible.git
lv-create: fail silenty if lv_vars.yml is not found
If a user decides to to use the lv_vars.yml file then it should fail silenty so that configuration can be picked up from other places. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3036/head
parent
fde47be13c
commit
e43eec57bb
|
@ -8,6 +8,7 @@
|
|||
- name: include vars of lv_vars.yaml
|
||||
include_vars:
|
||||
file: lv_vars.yaml
|
||||
failed_when: false
|
||||
|
||||
# need to check if lvm2 is installed
|
||||
- name: install lvm2
|
||||
|
|
Loading…
Reference in New Issue