From 3df7235f320ece0d1bedd6b4d608927ec3237aa7 Mon Sep 17 00:00:00 2001 From: ricsanfre Date: Wed, 29 Dec 2021 13:17:17 +0100 Subject: [PATCH] Changing role execution order --- ansible/k3s_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/k3s_deploy.yml b/ansible/k3s_deploy.yml index 3e8e4fd7..169bf5c5 100644 --- a/ansible/k3s_deploy.yml +++ b/ansible/k3s_deploy.yml @@ -37,12 +37,12 @@ tags: ['certmanager'] - role: longhorn tags: ['longhorn'] - - role: backup/velero - tags: ['backup'] - role: prometheus tags: ['monitoring'] - role: logging/k3s tags: ['logging'] + - role: backup/velero + tags: ['backup'] - name: Deploy fluentbit on control nodes (gateway and pimaster) hosts: control