mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
pep8 E231 fix for awx_collection
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
This commit is contained in:
@@ -192,7 +192,9 @@ def main():
|
|||||||
association_fields['galaxy_credentials'].append(module.resolve_name_to_id('credentials', item))
|
association_fields['galaxy_credentials'].append(module.resolve_name_to_id('credentials', item))
|
||||||
|
|
||||||
# Create the data that gets sent for create and update
|
# Create the data that gets sent for create and update
|
||||||
org_fields = {'name': new_name if new_name else (module.get_item_name(organization) if organization else name),}
|
org_fields = {
|
||||||
|
'name': new_name if new_name else (module.get_item_name(organization) if organization else name),
|
||||||
|
}
|
||||||
if description is not None:
|
if description is not None:
|
||||||
org_fields['description'] = description
|
org_fields['description'] = description
|
||||||
if default_ee is not None:
|
if default_ee is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user