mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
corrected service filtered option to singular
This commit is contained in:
parent
fe95d71fbd
commit
afaec3da82
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class ActionModule(ActionBase):
|
||||||
TRANSFERS_FILES = False
|
TRANSFERS_FILES = False
|
||||||
|
|
||||||
UNUSED_PARAMS = {
|
UNUSED_PARAMS = {
|
||||||
'systemd': ['pattern', 'runlevels', 'sleep', 'arguments', 'args'],
|
'systemd': ['pattern', 'runlevel', 'sleep', 'arguments', 'args'],
|
||||||
}
|
}
|
||||||
|
|
||||||
def run(self, tmp=None, task_vars=None):
|
def run(self, tmp=None, task_vars=None):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue