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
Andrew Schoen 2018-08-08 17:04:29 -05:00 committed by Sébastien Han
parent 8424858b40
commit b0bfc17351
1 changed files with 1 additions and 0 deletions

View File

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