fix bug and update version

pull/63/head
Assaf Sapir 2021-10-19 20:59:14 +03:00
parent b3e47d6395
commit 472a92ff8e
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ namespace: kewlfft
name: aur
# The version of the collection. Must be compatible with semantic versioning
version: 0.9.1
version: 0.10.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
@ -66,4 +66,3 @@ issues: https://github.com/kewlfft/ansible-aur/issues
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore: []

View File

@ -384,7 +384,7 @@ def apply_module(module, use):
if module.check_mode:
check_upgrade(module, use)
else:
upgrade(module, use, params['extra_args'], params['aur_only'])
upgrade(module, use, params['extra_args'], params['aur_only'], params['refresh'])
else:
if module.check_mode:
check_packages(module, params['name'])