Fix consul perms

This commit is contained in:
Amarpreet Minhas 2020-09-20 23:26:28 -04:00
parent 1b18334068
commit 571c9f25b8

View file

@ -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