From 188f9636b49b2a5078d6ad6195f722ca008004a6 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 9 Dec 2025 21:36:55 +0100 Subject: [PATCH] fix: yamllint for copy task --- tasks/prometheus.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/prometheus.yaml b/tasks/prometheus.yaml index ae48918..df27ee6 100644 --- a/tasks/prometheus.yaml +++ b/tasks/prometheus.yaml @@ -17,6 +17,7 @@ group: "nogroup" mode: "0775" +# yamllint disable # create prometheus config - name: "create prometheus config" ansible.builtin.copy: @@ -31,6 +32,7 @@ - targets: ['dns01.siempie.internal:9167'] - targets: ['dns02.siempie.internal:9167'] notify: "restart prometheus" +# yamllint enable # run prometheus - name: "run prometheus"