Skip to content
Snippets Groups Projects
Unverified Commit 7ab86356 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

prometheus_exporters: fix permissions of blackbox.yml

Yaml is not executable.
parent 4af765e8
No related branches found
No related tags found
1 merge request!329prometheus_exporters: fix permissions of blackbox.yml
......@@ -80,7 +80,7 @@
when: "'borg_clients' in group_names"
- name: install blackbox exporter configuration
copy: src=blackbox.yml dest=/etc/prometheus/blackbox.yml owner=root group=root mode=0755
copy: src=blackbox.yml dest=/etc/prometheus/blackbox.yml owner=root group=root mode=0644
when: "'prometheus' in group_names"
- name: install rebuilderd textcollector service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment