Add creation of PVC directory

This commit is contained in:
Joshua Boniface 2023-12-14 12:53:11 -05:00
parent 9842f628a3
commit fdf856c53d
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@
- name: check if pvc-client-cli is installed - name: check if pvc-client-cli is installed
command: dpkg -l pvc-client-cli command: dpkg -l pvc-client-cli
- name: create pvc configuration directory
file:
dest: "/etc/pvc"
mode: directory
owner: root
group: sudo
- name: install pvc daemon configuration - name: install pvc daemon configuration
template: template:
src: "pvc/{{ item }}.j2" src: "pvc/{{ item }}.j2"