mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
Add errors to ignore file, remove noqa directives
This commit is contained in:
@@ -110,7 +110,7 @@ class TowerLegacyModule(AnsibleModule):
|
||||
('tower_config_file', 'validate_certs'),
|
||||
))
|
||||
|
||||
super(TowerLegacyModule, self).__init__(argument_spec=args, **kwargs) # noqa
|
||||
super(TowerLegacyModule, self).__init__(argument_spec=args, **kwargs)
|
||||
|
||||
if not HAS_TOWER_CLI:
|
||||
self.fail_json(msg=missing_required_lib('ansible-tower-cli'),
|
||||
|
||||
Reference in New Issue
Block a user