From 26e0f4db979c7a8182054b977d35beb9bb50b0e0 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 20 Aug 2019 14:00:52 +0200 Subject: [PATCH] lv-create: fix a typo This commit fixes a typo. Signed-off-by: Guillaume Abrioux (cherry picked from commit c785ad3637aa06f0457ae7fbf435907da4c5d929) --- infrastructure-playbooks/lv-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/lv-create.yml b/infrastructure-playbooks/lv-create.yml index 8a3858e70..43c8d9ca5 100644 --- a/infrastructure-playbooks/lv-create.yml +++ b/infrastructure-playbooks/lv-create.yml @@ -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'