mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Remove unused variable
* https://sonarcloud.io/project/issues?open=AZL9AcQZ0bcYsK7qDrTo&id=ansible_awx
This commit is contained in:
committed by
Chris Meyers
parent
fc0087f1b2
commit
ed5ab8becd
@@ -386,7 +386,6 @@ class gce(PluginFileInjector):
|
|||||||
# auth related items
|
# auth related items
|
||||||
ret['auth_kind'] = "serviceaccount"
|
ret['auth_kind'] = "serviceaccount"
|
||||||
|
|
||||||
filters = []
|
|
||||||
# TODO: implement gce group_by options
|
# TODO: implement gce group_by options
|
||||||
# gce never processed the group_by field, if it had, we would selectively
|
# gce never processed the group_by field, if it had, we would selectively
|
||||||
# apply those options here, but it did not, so all groups are added here
|
# apply those options here, but it did not, so all groups are added here
|
||||||
@@ -420,8 +419,6 @@ class gce(PluginFileInjector):
|
|||||||
|
|
||||||
if keyed_groups:
|
if keyed_groups:
|
||||||
ret['keyed_groups'] = keyed_groups
|
ret['keyed_groups'] = keyed_groups
|
||||||
if filters:
|
|
||||||
ret['filters'] = filters
|
|
||||||
if compose_dict:
|
if compose_dict:
|
||||||
ret['compose'] = compose_dict
|
ret['compose'] = compose_dict
|
||||||
if inventory_source.source_regions and 'all' not in inventory_source.source_regions:
|
if inventory_source.source_regions and 'all' not in inventory_source.source_regions:
|
||||||
|
|||||||
Reference in New Issue
Block a user