Chris Meyers
2026-02-03 08:02:02 -05:00
committed by Chris Meyers
parent fc0087f1b2
commit ed5ab8becd

View File

@@ -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: