Adding option to brand across services where possible
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
mode: '0755'
|
||||
loop:
|
||||
- "{{ roundcube_data_dir }}"
|
||||
- "{{ roundcube_data_dir }}/config"
|
||||
|
||||
- name: Deploy Roundcube custom branding config
|
||||
ansible.builtin.template:
|
||||
src: custom.inc.php.j2
|
||||
dest: "{{ roundcube_data_dir }}/config/custom.inc.php"
|
||||
mode: '0644'
|
||||
notify: restart roundcube
|
||||
|
||||
- name: Deploy Roundcube docker-compose
|
||||
ansible.builtin.template:
|
||||
|
||||
Reference in New Issue
Block a user