site.yml: drop leftover node_exporter role refs

Earlier Pass 2 cleanup sed only matched bare '- node_exporter' lines;
these used '{ role: ..., tags: [...] }' syntax which fell through.
Deploys via Semaphore were erroring with 'role node_exporter not found'.
This commit is contained in:
Your Name
2026-05-21 22:35:38 -04:00
parent 53df2ced67
commit 8adecb417a
-1
View File
@@ -44,5 +44,4 @@
roles: roles:
- { role: meridian, tags: ['meridian'] } - { role: meridian, tags: ['meridian'] }
- { role: litellm, tags: ['litellm'] } - { role: litellm, tags: ['litellm'] }
- { role: node_exporter, tags: ['node_exporter'] }
- { role: alloy, tags: ['alloy'] } - { role: alloy, tags: ['alloy'] }