Commit 188f9636 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: yamllint for copy task

parent 059c3ab6
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"