fix: yamllint for copy task

This commit is contained in:
Simon Cornet 2025-12-09 21:36:55 +01:00
commit 188f9636b4

View file

@ -17,6 +17,7 @@
group: "nogroup" group: "nogroup"
mode: "0775" mode: "0775"
# yamllint disable
# create prometheus config # create prometheus config
- name: "create prometheus config" - name: "create prometheus config"
ansible.builtin.copy: ansible.builtin.copy:
@ -31,6 +32,7 @@
- targets: ['dns01.siempie.internal:9167'] - targets: ['dns01.siempie.internal:9167']
- targets: ['dns02.siempie.internal:9167'] - targets: ['dns02.siempie.internal:9167']
notify: "restart prometheus" notify: "restart prometheus"
# yamllint enable
# run prometheus # run prometheus
- name: "run prometheus" - name: "run prometheus"