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"