add the Prometheus user to postdrop group
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2022-11-30 09:58:36 +01:00
parent 0ec240eae5
commit 41753eab2e
1 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,7 @@
name:
- prometheus-postfix-exporter
- name: Copy default nginx config
- name: Copy postfix exporter config
ansible.builtin.copy:
src: prometheus-postfix-exporter
dest: /etc/default/prometheus-postfix-exporter
@ -32,6 +32,12 @@
group: root
mode: '0644'
- name: Add the prometheus user to postdrop group
ansible.builtin.user:
name: prometheus
groups: postdrop
append: yes
- name: Enable and restart exporter daemon
service:
name: prometheus-postfix-exporter