From ba98421b886cd320b41e41d32b0c3f62002f53af Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 2 Jun 2021 13:54:35 +0200 Subject: [PATCH] Use and ownership info for the node_disk module. Signed-off-by: Jiri Podivin Change-Id: Id9b52ef30af3e023992b13f7e78ea9df5481b066 --- library/node_disks.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/node_disks.py b/library/node_disks.py index 8ae727e6d..7f1110051 100644 --- a/library/node_disks.py +++ b/library/node_disks.py @@ -13,7 +13,9 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - +"""node_disks module +Used by the 'node_disks' validation. +""" from ansible.module_utils.basic import AnsibleModule # noqa from yaml import safe_load as yaml_safe_load @@ -25,6 +27,7 @@ short_description: Check disks, flavors and root device hints description: - Check if each node has a root device hint set if there is more than one disk and compare flavors to disk sizes. + - Used by the 'node_disks' validation. options: nodes: required: true