Skip to content

Commit

Permalink
added alias to argumetns 'args' to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Nov 14, 2016
1 parent b08ef44 commit f4391d3
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 f4391d3

Please sign in to comment.