♻: rename _local_path vars into _home vars
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ansible.builtin.unarchive:
|
||||
remote_src: true
|
||||
src: "{{ roundcube_carddav_url }}"
|
||||
dest: "{{ roundcube_local_path }}/plugins"
|
||||
dest: "{{ roundcube_home }}/plugins"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "a-rwx,u+rwX,g+rX"
|
||||
@@ -12,7 +12,7 @@
|
||||
- name: Put carddav config file
|
||||
ansible.builtin.template:
|
||||
src: "carddav.config.inc.php.j2"
|
||||
dest: "{{ roundcube_local_path }}/plugins/carddav/config.inc.php"
|
||||
dest: "{{ roundcube_home }}/plugins/carddav/config.inc.php"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: "0o640"
|
||||
|
Reference in New Issue
Block a user