Remove ordering comments from playbook (handled by meta dependencies)

This commit is contained in:
Erich Blume 2026-01-15 12:02:53 -08:00
commit 8291a8cb22

View file

@ -2,10 +2,8 @@
- name: Configure indri
hosts: indri
roles:
# Loki must come before Alloy (Alloy pushes logs to Loki)
- role: loki
tags: loki
# Alloy replaces node_exporter for metrics and adds log collection
- role: alloy
tags: alloy
- role: prometheus