1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 11:56:59 +02:00

copy->template

This commit is contained in:
s3lph 2021-11-06 05:46:31 +01:00
parent 45b515e52e
commit b018ca2b2a

View file

@ -13,7 +13,7 @@
notify: restart prometheus
- name: render /etc/prometheus/alert_rules.yml
ansible.builtin.copy:
ansible.builtin.template:
src: etc/prometheus/alert_rules.yml.j2
dest: /etc/prometheus/alert_rules.yml
owner: root