mirror of https://github.com/ceph/ceph-ansible.git
lv-teardown: fail silently if lv_vars.yml is not found
This allows user to opt out of using lv_vars.yml and load configuration from other sources. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3036/head
parent
8424858b40
commit
b0bfc17351
|
@ -22,6 +22,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