This commit is contained in:
Pim Kunis 2023-04-13 11:43:42 +02:00
parent 74a4de1615
commit 7c220a5501
4 changed files with 27 additions and 13 deletions

View file

@ -13,7 +13,7 @@
- name: Copy radicale.conf
copy:
src: "{{ role_path }}/files/radicale.conf"
dest: "{{ service_dir }}/config/radicale.conf"
dest: "{{ service_dir }}/config/config"
- name: Copy users file
copy:
src: "{{ role_path }}/files/users"