diff --git a/plugins/inventory/scaleway.py b/plugins/inventory/scaleway.py index 74181e1..89c219b 100644 --- a/plugins/inventory/scaleway.py +++ b/plugins/inventory/scaleway.py @@ -345,7 +345,7 @@ def _get_apple_sillicon(self, client: "Client", filters: _Filters) -> List[_Host for server in servers: host = _Host( id=server.id, - tags=["apple_sillicon", *server.tags], + tags=["apple_sillicon"], zone=server.zone, state=str(server.status), hostname=server.name,