|
@@ -6,10 +6,10 @@
|
6
|
6
|
- roundcube-pgsql
|
7
|
7
|
|
8
|
8
|
- name: Configure Roundcube database
|
9
|
|
- template: src={{ item.src }} dest={{ item.dest }} group=root owner=root force=yes
|
|
9
|
+ template: src={{ item.src }} dest={{ item.dest }} group={{ item.group }} mode={{ item.mode }} owner=root force=yes
|
10
|
10
|
with_items:
|
11
|
|
- - { src: 'etc_dbconfig-common_roundcube.conf.j2', dest: '/etc/dbconfig-common/roundcube.conf' }
|
12
|
|
- - { src: 'etc_roundcube_debian-db.php.j2', dest: '/etc/roundcube/debian-db.php' }
|
|
11
|
+ - { src: 'etc_dbconfig-common_roundcube.conf.j2', dest: '/etc/dbconfig-common/roundcube.conf', group: 'root', mode: 600 }
|
|
12
|
+ - { src: 'etc_roundcube_debian-db.php.j2', dest: '/etc/roundcube/debian-db.php', group: 'www-data', mode: 640 }
|
13
|
13
|
notify: set roundcube password
|
14
|
14
|
|
15
|
15
|
- name: Download carddav plugin release
|