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>
(cherry picked from commit c785ad3637
)
pull/4475/head
parent
8c37894109
commit
26e0f4db97
|
@ -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