summaryrefslogtreecommitdiffstats
path: root/roles/webmail/tasks/roundcube.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/webmail/tasks/roundcube.yml')
-rw-r--r--roles/webmail/tasks/roundcube.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml
index 2d8a8b9..8e48208 100644
--- a/roles/webmail/tasks/roundcube.yml
+++ b/roles/webmail/tasks/roundcube.yml
@@ -15,7 +15,7 @@
- name: Configure Roundcube
lineinfile: dest=/etc/roundcube/main.inc.php
- "regexp=^\s*\$rcmail_config\['{{ item.var }}']\s*="
+ "regexp=^\\s*\\$rcmail_config\\['{{ item.var }}'\\]\\s*="
"line=$rcmail_config['{{ item.var }}'] = {{ item.value }};"
owner=root group=www-data
mode=0640
@@ -28,8 +28,8 @@
- { var: imap_cache, value: "null" }
- { var: message_cache, value: "null" }
# SMTP
- - { var: smtp_server, value: "localhost" }
- - { var: smtp_port, value: "2580" }
+ - { var: smtp_server, value: "'localhost'" }
+ - { var: smtp_port, value: "2580" }
# System
- { var: force_https, value: "TRUE" }
- { var: login_autocomplete, value: "2" }