Fix consul perms
This commit is contained in:
parent
1b18334068
commit
571c9f25b8
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@
|
|||
template:
|
||||
src: templates/consul.hcl.j2
|
||||
dest: /etc/consul.d/consul.hcl
|
||||
owner: root
|
||||
group: root
|
||||
owner: consul
|
||||
group: consul
|
||||
mode: 0750
|
||||
notify: restart_consul_debian
|
||||
|
||||
|
|
Loading…
Reference in a new issue