mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added alias to argumetns 'args' to blacklist
this should fix https://github.com/ansible/ansible-modules-core/issues/5584
This commit is contained in:
parent
b08ef44da0
commit
f4391d34e4
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue