Set ownership of pvc.conf
This commit is contained in:
parent
d59c9ce1ea
commit
97b1469a70
|
@ -32,6 +32,8 @@
|
||||||
src: "pvc/{{ item }}.j2"
|
src: "pvc/{{ item }}.j2"
|
||||||
dest: "/etc/pvc/{{ item }}"
|
dest: "/etc/pvc/{{ item }}"
|
||||||
mode: 0640
|
mode: 0640
|
||||||
|
owner: root
|
||||||
|
group: sudo
|
||||||
with_items:
|
with_items:
|
||||||
- pvc.conf
|
- pvc.conf
|
||||||
register: new_daemon_config
|
register: new_daemon_config
|
||||||
|
|
Loading…
Reference in New Issue