mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 14:03:51 +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