Browse Source

Make the .conf change backward compatible

I guess the .conf appendix is a change introduced in apache 2.4.
This change should make it backward compatible with apache 2.2.
Sven Neuhaus 10 years ago
parent
commit
22f6228758
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/webmail/tasks/roundcube.yml

+ 1
- 1
roles/webmail/tasks/roundcube.yml View File

45
   - { src: 'etc_roundcube_global.sieve',                                          dest: '/etc/roundcube/global.sieve' }
45
   - { src: 'etc_roundcube_global.sieve',                                          dest: '/etc/roundcube/global.sieve' }
46
 
46
 
47
 - name: Enable roundcube site
47
 - name: Enable roundcube site
48
-  command: a2ensite roundcube creates=/etc/apache2/sites-enabled/roundcube
48
+  command: a2ensite roundcube.conf creates=/etc/apache2/sites-enabled/roundcube.conf
49
   notify: restart apache
49
   notify: restart apache
50
 
50
 

Loading…
Cancel
Save