pacman: fix closing parenthesis (#32783)

pull/32793/head
Martin Krizek 7 years ago committed by Sam Doran
parent 8a21fa2c07
commit 4c58ad1266

@ -386,7 +386,8 @@ def main():
update_cache=dict(type='bool', default=False, aliases=['update-cache']), update_cache=dict(type='bool', default=False, aliases=['update-cache']),
), ),
required_one_of=[['name', 'update_cache', 'upgrade']], required_one_of=[['name', 'update_cache', 'upgrade']],
supports_check_mode=True), supports_check_mode=True,
)
pacman_path = module.get_bin_path('pacman', True) pacman_path = module.get_bin_path('pacman', True)

Loading…
Cancel
Save