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:47 +02:00
parent ffe27507d0
commit 23e67ec3a4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
dest: "{{ alertmanager_config_dir }}/alertmanager.yml"
owner: "{{ alertmanager_user }}"
group: "{{ alertmanager_user }}"
mode: 0640
mode: 0600
validate: "{{ alertmanager_base_dir }}/amtool check-config %s"
notify: __alertmanager_restart