mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix undefined variables, basestring usage, and some associated python3 issues
This commit is contained in:
@@ -93,7 +93,7 @@ def main():
|
||||
# options += ' -v'
|
||||
|
||||
if minfw:
|
||||
option += ' -m %s' % minfw
|
||||
options += ' -m %s' % minfw
|
||||
|
||||
rc, stdout, stderr = module.run_command('hponcfg %s' % options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user