fix: yamllint for copy task
This commit is contained in:
parent
059c3ab604
commit
188f9636b4
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue