mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Fix collection pep8 failure
This commit is contained in:
committed by
Shane McDonald
parent
b953478225
commit
ba14634318
@@ -421,7 +421,7 @@ def main():
|
|||||||
organization = module.params.get('organization')
|
organization = module.params.get('organization')
|
||||||
if organization:
|
if organization:
|
||||||
organization_id = module.resolve_name_to_id('organizations', 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')
|
ee = module.params.get('execution_environment')
|
||||||
if ee:
|
if ee:
|
||||||
|
|||||||
Reference in New Issue
Block a user