mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 01:52:31 +03:00 
			
		
		
		
	closes #9
This commit is contained in:
		@@ -182,7 +182,7 @@ def install_packages(module, packages, use, state, aur_only):
 | 
			
		||||
    changed_iter = False
 | 
			
		||||
 | 
			
		||||
    for package in packages:
 | 
			
		||||
        if state == "present":
 | 
			
		||||
        if state == 'present':
 | 
			
		||||
            if package_installed(module, package):
 | 
			
		||||
                rc = 0
 | 
			
		||||
                continue
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user