corrected service filtered option to singular

(cherry picked from commit afaec3da82)
This commit is contained in:
Brian Coca 2016-11-16 10:12:23 -05:00
parent 42fb088807
commit 6f5ec79e91

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