From 4d007c8eb0a6ee3027531034834495788863a606 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Tue, 7 Nov 2017 18:14:03 +0100 Subject: [PATCH] roundcube: add link in default site index --- webapps/roundcube/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webapps/roundcube/tasks/main.yml b/webapps/roundcube/tasks/main.yml index 37ef1afe..9eac3dd9 100644 --- a/webapps/roundcube/tasks/main.yml +++ b/webapps/roundcube/tasks/main.yml @@ -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: '
  • Webmail
  • ' + insertbefore: "" + tags: + - roundcube