corrected service filtered option to singular

This commit is contained in:
Brian Coca 2016-11-16 10:12:23 -05:00
parent fe95d71fbd
commit afaec3da82

View file

@ -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):