pacman: fix closing parenthesis (#32783)
This commit is contained in:
parent
8a21fa2c07
commit
4c58ad1266
1 changed files with 2 additions and 1 deletions
|
@ -386,7 +386,8 @@ def main():
|
|||
update_cache=dict(type='bool', default=False, aliases=['update-cache']),
|
||||
),
|
||||
required_one_of=[['name', 'update_cache', 'upgrade']],
|
||||
supports_check_mode=True),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
pacman_path = module.get_bin_path('pacman', True)
|
||||
|
||||
|
|
Loading…
Reference in a new issue