mirror of https://github.com/ceph/ceph-ansible.git
lv-create: fix a typo
This commit fixes a typo. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4450/head
parent
9fa98d79fd
commit
c785ad3637
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue