Remove autobackup.yaml and fix quoting

This commit is contained in:
2023-12-01 01:43:14 -05:00
parent 9408bf709c
commit 1cfda69e5e
3 changed files with 2 additions and 8 deletions

View File

@ -29,8 +29,8 @@
- name: install pvc daemon configuration
template:
src: pvc/{{ item }}.j2
dest: /etc/pvc/{{ item }}
src: "pvc/{{ item }}.j2"
dest: "/etc/pvc/{{ item }}"
mode: 0640
with_items:
- pvc.conf