corrected service filtered option to singular

pull/18020/head
Brian Coca 8 years ago
parent fe95d71fbd
commit afaec3da82

@ -26,7 +26,7 @@ class ActionModule(ActionBase):
TRANSFERS_FILES = False
UNUSED_PARAMS = {
'systemd': ['pattern', 'runlevels', 'sleep', 'arguments', 'args'],
'systemd': ['pattern', 'runlevel', 'sleep', 'arguments', 'args'],
}
def run(self, tmp=None, task_vars=None):

Loading…
Cancel
Save