Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit 0d31c80

Browse files
authored
Merge pull request #38 from ahmadalli/master
fix pushgateway_persistence_dir permissions [patch] release
2 parents 143a615 + 63ccd8c commit 0d31c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/configure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
file:
55
path: "{{ pushgateway_persistence_dir }}"
66
state: directory
7-
owner: "root"
8-
group: "root"
7+
owner: "{{ pushgateway_system_user }}"
8+
group: "{{ pushgateway_system_group }}"
99
mode: 0755
1010

1111
- name: Create persistence file

0 commit comments

Comments
 (0)