roundcube: add link in default site index

This commit is contained in:
Victor LABORIE 2017-11-07 18:14:03 +01:00
parent 1c48df025c
commit 4d007c8eb0
1 changed files with 10 additions and 0 deletions

View File

@ -102,3 +102,13 @@
notify: reload apache2
tags:
- roundcube
- name: enable roundcube link in default site index
lineinfile:
dest: /var/www/index.html
state: present
regexp: "Webmail"
line: ' <li><a href="https://{{ roundcube_host }}">Webmail</a></li>'
insertbefore: "</ul>"
tags:
- roundcube