mirror of https://github.com/kewlfft/ansible-aur
fix bug and update version
parent
b3e47d6395
commit
472a92ff8e
|
@ -8,7 +8,7 @@ namespace: kewlfft
|
||||||
name: aur
|
name: aur
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
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',
|
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
|
||||||
# and '.git' are always filtered
|
# and '.git' are always filtered
|
||||||
build_ignore: []
|
build_ignore: []
|
||||||
|
|
||||||
|
|
|
@ -384,7 +384,7 @@ def apply_module(module, use):
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
check_upgrade(module, use)
|
check_upgrade(module, use)
|
||||||
else:
|
else:
|
||||||
upgrade(module, use, params['extra_args'], params['aur_only'])
|
upgrade(module, use, params['extra_args'], params['aur_only'], params['refresh'])
|
||||||
else:
|
else:
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
check_packages(module, params['name'])
|
check_packages(module, params['name'])
|
||||||
|
|
Loading…
Reference in New Issue