mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix undefined variables, basestring usage, and some associated python3 issues
This commit is contained in:
@@ -509,7 +509,7 @@ def main():
|
||||
|
||||
try:
|
||||
print("CHECKING: %s (%s)" % (features[0], fdesc.get(features[0], '')))
|
||||
VTM.run()
|
||||
res = VTM.run()
|
||||
if options.show_stdout:
|
||||
VTM.show_stdout()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user