From bb0bd6c528be3b46cf4b643d06db6a13696d2db5 Mon Sep 17 00:00:00 2001 From: Martin Necas Date: Tue, 30 Jan 2024 14:03:53 +0100 Subject: [PATCH] ovirt_disk: Fix documentation of logical unit id ovirt_disk update documentation of logical unit id from lun_id to id to alling with the code --- plugins/modules/ovirt_disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/ovirt_disk.py b/plugins/modules/ovirt_disk.py index de82631c..c0e2143a 100644 --- a/plugins/modules/ovirt_disk.py +++ b/plugins/modules/ovirt_disk.py @@ -157,7 +157,7 @@ target: description: - iSCSI target. - lun_id: + id: description: - LUN id. username: