Skip to content

Commit

Permalink
fix bug and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Assaf Sapir committed Oct 19, 2021
1 parent b3e47d6 commit 472a92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: []

2 changes: 1 addition & 1 deletion plugins/modules/aur.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

1 comment on commit 472a92f

@gotmax23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kewlfft,

You need to create a new Github release to push the new version to Ansible Galaxy. Then, I'll update the AUR package.

Thanks,
Maxwell

@assapir

Please sign in to comment.