mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Remove unused variable
This commit is contained in:
parent
90c5efa336
commit
cd18ec408c
@ -115,6 +115,6 @@ def read_ansible_config(project_path, variables_of_interest):
|
||||
for var in variables_of_interest:
|
||||
if var in parser['defaults']:
|
||||
values[var] = parser['defaults'][var]
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
logger.exception('Failed to read ansible configuration(s) {}'.format(fnames))
|
||||
return values
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user