mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Accept *args
This commit is contained in:
parent
34a843252d
commit
5230ecd7e1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def __virtual__():
|
|||
return (False, "Module win_groupadd: module only works on Windows systems")
|
||||
|
||||
|
||||
def add(name, **kwargs):
|
||||
def add(name, *args, **kwargs):
|
||||
'''
|
||||
Add the specified group
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue