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
|
changed_iter = False
|
||||||
|
|
||||||
for package in packages:
|
for package in packages:
|
||||||
if state == "present":
|
if state == 'present':
|
||||||
if package_installed(module, package):
|
if package_installed(module, package):
|
||||||
rc = 0
|
rc = 0
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in New Issue