fix #2
This commit is contained in:
parent
74a4de1615
commit
7c220a5501
4 changed files with 27 additions and 13 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue