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
Andrew Schoen 2018-08-08 16:49:34 -05:00 committed by Sébastien Han
parent fde47be13c
commit e43eec57bb
1 changed files with 1 additions and 0 deletions

View File

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