Set ownership of pvc.conf

This commit is contained in:
Joshua Boniface 2023-12-01 01:57:56 -05:00
parent d59c9ce1ea
commit 97b1469a70
1 changed files with 2 additions and 0 deletions

View File

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