From 8f71101a6d810c5c450f4c2ea9d2eb7fab9caa51 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sat, 15 Apr 2023 12:33:19 +0200 Subject: [PATCH] fixed the help argument --- plugins/modules/systemd_link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/systemd_link.py b/plugins/modules/systemd_link.py index b405bd1..217ba08 100644 --- a/plugins/modules/systemd_link.py +++ b/plugins/modules/systemd_link.py @@ -34,7 +34,7 @@ class Module(SystemdUnitModule): kind=Types.str( help="a glob matching the device kind, as exposed by networkctl status INTERFACE or ip -d link show INTERFACE." ), - description=Types.str("The description for the link"), + description=Types.str(help="The description for the link"), name=Types.str(required=True, help="The new name of the device"), mtu=Types.int(help="The maximum Transmission unit for the link"), ),