pacman: fix closing parenthesis (#32783)

This commit is contained in:
Martin Krizek 2017-11-10 15:52:40 +01:00 committed by Sam Doran
parent 8a21fa2c07
commit 4c58ad1266

View file

@ -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)