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:
@@ -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'] }
|
||||||
|
|||||||
Reference in New Issue
Block a user