mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 01:52:31 +03:00 
			
		
		
		
	fix bug and update version
This commit is contained in:
		@@ -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: []
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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'])
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user