Skip to content

Commit

Permalink
added alias to argumetns 'args' to blacklist
Browse files Browse the repository at this point in the history
this should fix ansible/ansible-modules-core#5584

(cherry picked from commit f4391d3)
  • Loading branch information
bcoca committed Nov 14, 2016
1 parent 2888397 commit 832cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/action/service.py
Expand Up @@ -26,7 +26,7 @@ class ActionModule(ActionBase):
TRANSFERS_FILES = False

UNUSED_PARAMS = {
'systemd': ['pattern', 'runlevels', 'sleep', 'arguments'],
'systemd': ['pattern', 'runlevels', 'sleep', 'arguments', 'args'],
}

def run(self, tmp=None, task_vars=None):
Expand Down

0 comments on commit 832cc5b

Please sign in to comment.