From 65c3392fb164fcb12d17c3d6dabbd9d83629e8f4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Jun 2021 15:05:39 +0200 Subject: [PATCH] fix: fix task order as telegraf user is needed for tls certs --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1073919..3d19793 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,5 +1,5 @@ --- +- include_tasks: setup.yml - import_tasks: tls.yml when: telegraf_prometheus_tls_enabled | bool tags: tls_renewal -- include_tasks: setup.yml