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

Fix variable name in collectors crontab

This commit is contained in:
s3lph 2021-11-03 11:35:33 +01:00
parent 438eea372c
commit c243e7d35e

View file

@ -63,5 +63,5 @@
group: root group: root
mode: 0644 mode: 0644
vars: vars:
collectors: "{{ prometheus_textfile_collector }}" collectors: "{{ prometheus_textfile_collectors }}"
when: "ansible_service_mgr != 'systemd'" when: "ansible_service_mgr != 'systemd'"