mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix infrequent PEP 8 issues.
This commit is contained in:
@@ -175,8 +175,9 @@ def install_packages(module, pkgng_path, packages, cached, pkgsite, dir_arg):
|
||||
else:
|
||||
pkgsite = "-r %s" % (pkgsite)
|
||||
|
||||
batch_var = 'env BATCH=yes' # This environment variable skips mid-install prompts,
|
||||
# setting them to their default values.
|
||||
# This environment variable skips mid-install prompts,
|
||||
# setting them to their default values.
|
||||
batch_var = 'env BATCH=yes'
|
||||
|
||||
if not module.check_mode and not cached:
|
||||
if old_pkgng:
|
||||
|
||||
Reference in New Issue
Block a user