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"), ),