mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-12-16 08:48:57 +03:00
'rc' referenced before assignment in aur.py
This commit is contained in:
@@ -260,6 +260,7 @@ def install_packages(module, packages, use, extra_args, state, skip_pgp_check, i
|
|||||||
|
|
||||||
changed_iter = False
|
changed_iter = False
|
||||||
|
|
||||||
|
rc = 0
|
||||||
for package in packages:
|
for package in packages:
|
||||||
if state == 'present':
|
if state == 'present':
|
||||||
if package_installed(module, package):
|
if package_installed(module, package):
|
||||||
|
|||||||
Reference in New Issue
Block a user