chore: use stricter file mode for the config file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-06-03 00:06:38 +02:00
parent 78ce39c746
commit b1d9573be9
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
dest: "{{ prometheus_config_dir }}/prometheus.yml"
owner: "{{ prometheus_user }}"
group: "{{ prometheus_user }}"
mode: 0640
mode: 0600
validate: "{{ prometheus_base_dir }}/promtool check config %s"
notify: __prometheus_reload