From 7550799e9d7cccc3ec1ab9b0e2034b3c7d680a4d Mon Sep 17 00:00:00 2001 From: Camille Prugnard Date: Thu, 30 Sep 2021 14:21:46 +0200 Subject: [PATCH] remove condition not needed anymore --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index a93bc4f..1e8934b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -8,7 +8,6 @@ - name: 'prometheus | server install' include_tasks: 'prometheus.yml' when: - - prometheus_server_enable is defined - prometheus_server_enable == "true" - name: 'prometheus | Node exporter'