mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Fix pylint and pep8 issues exposed by latest ansible-core's ansible-test sanity checks (#8720)
* Remove bad whitespace. * 'Fixing' various used-before-assignment issues that pylint flagged.
This commit is contained in:
parent
5b2711bbd3
commit
9a16eaf9ba
11 changed files with 16 additions and 1 deletions
|
@ -307,6 +307,8 @@ def main():
|
|||
if m_args['community'] is None:
|
||||
module.fail_json(msg='Community not set when using snmp version 2')
|
||||
|
||||
integrity_proto = None
|
||||
privacy_proto = None
|
||||
if m_args['version'] == "v3":
|
||||
if m_args['username'] is None:
|
||||
module.fail_json(msg='Username not set when using snmp version 3')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue