diff --git a/plugins/modules/netdev.py b/plugins/modules/netdev.py index 8b80ac1..19a3270 100644 --- a/plugins/modules/netdev.py +++ b/plugins/modules/netdev.py @@ -2,16 +2,9 @@ import pathlib from typing import List, Optional -from ansible_module.generic import ( - SYSTEMD_NETWORK_CONFIG, - Types, - joindict, - modspec, - systemdbool, -) +from ansible_module.generic import SYSTEMD_NETWORK_CONFIG, Types, joindict, modspec, systemdbool from ansible_module.module import SystemdUnitModule - kinds = ( "bond", "bridge", diff --git a/plugins/modules/system_service.py b/plugins/modules/system_service.py index 66f710d..226d69e 100644 --- a/plugins/modules/system_service.py +++ b/plugins/modules/system_service.py @@ -114,7 +114,7 @@ class Module(SystemdUnitModule, SystemdReloadMixin): execpath="ExecPaths", noexecpath="NoExecPaths", statedirectory="StateDirectory", - nonewprivileges="NoNewPriviledges" + nonewprivileges="NoNewPriviledges", ) ) section += "".join(params)