chore: use stricter file mode for the config file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
78ce39c746
commit
b1d9573be9
@ -44,7 +44,7 @@
|
|||||||
dest: "{{ prometheus_config_dir }}/prometheus.yml"
|
dest: "{{ prometheus_config_dir }}/prometheus.yml"
|
||||||
owner: "{{ prometheus_user }}"
|
owner: "{{ prometheus_user }}"
|
||||||
group: "{{ prometheus_user }}"
|
group: "{{ prometheus_user }}"
|
||||||
mode: 0640
|
mode: 0600
|
||||||
validate: "{{ prometheus_base_dir }}/promtool check config %s"
|
validate: "{{ prometheus_base_dir }}/promtool check config %s"
|
||||||
notify: __prometheus_reload
|
notify: __prometheus_reload
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user