mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
pacman: fix closing parenthesis (#32783)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user