mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
added alias to argumetns 'args' to blacklist (#18485)
this should fix https://github.com/ansible/ansible-modules-core/issues/5584
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user