From 8291a8cb22f2cd540d953dc4c16248ba488c3dcb Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 15 Jan 2026 12:02:53 -0800 Subject: [PATCH] Remove ordering comments from playbook (handled by meta dependencies) --- ansible/playbooks/indri.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/playbooks/indri.yml b/ansible/playbooks/indri.yml index f18ae85..7d14d92 100644 --- a/ansible/playbooks/indri.yml +++ b/ansible/playbooks/indri.yml @@ -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