mirror of https://github.com/kewlfft/ansible-aur
closes #9
parent
7c3def3680
commit
c9d7c94bbe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue