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