mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 07:28:02 -03:30
Fix collection pep8 failure
This commit is contained in:
parent
b953478225
commit
ba14634318
@ -421,7 +421,7 @@ def main():
|
||||
organization = module.params.get('organization')
|
||||
if organization:
|
||||
organization_id = module.resolve_name_to_id('organizations', organization)
|
||||
search_fields['organization'] = new_fields['organization'] = organization_id
|
||||
search_fields['organization'] = new_fields['organization'] = organization_id
|
||||
|
||||
ee = module.params.get('execution_environment')
|
||||
if ee:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user