diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-10-02 00:49:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-10-02 00:49:06 +0200 |
commit | 1091c452815af98ebb34ef2ae02ef9baba7d9567 (patch) | |
tree | fb08cb1fb4df9f6294b3d1377a654e66c8e7f652 /roles/webmail | |
parent | 7250aa6c1acfa8d66e9341f48745ea2ffc8c7be6 (diff) |
typofix
Diffstat (limited to 'roles/webmail')
-rw-r--r-- | roles/webmail/tasks/roundcube.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index e60bb69..1e27841 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -148,7 +148,7 @@ - { var: hide_blockquote_limit, value: "8" } - { var: attachment_reminder, value: "true" } # Don't allow overriding these settings - - { var: dont_override, value: "array('use_fallback_verifier', 'trusted_mtas');" } + - { var: dont_override, value: "array('use_fallback_verifier', 'trusted_mtas')" } - name: Make the logo a hyperlink to the website lineinfile: dest=/usr/share/roundcube/skins/{{ item }}/templates/login.html |