lv-create: fix a typo

This commit fixes a typo.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit c785ad3637)
pull/4475/head
Guillaume Abrioux 2019-08-20 14:00:52 +02:00
parent 8c37894109
commit 26e0f4db97
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
failed_when: false
# ensure nvme_device is set
- name: fail if nvme_device is not undefined
- name: fail if nvme_device is not defined
fail:
msg: "nvme_device has not been set by the user"
when: nvme_device is undefined or nvme_device == 'dummy'