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'