|
@@ -13,13 +13,13 @@
|
13
|
13
|
- roundcube-plugins
|
14
|
14
|
when: ansible_distribution_release == 'wheezy'
|
15
|
15
|
|
16
|
|
- - name: Install Roundcube on Ubuntu 14.04 LTS
|
17
|
|
- apt: pkg={{ item }} state=latest
|
18
|
|
- with_items:
|
19
|
|
- - roundcube
|
20
|
|
- - roundcube-pgsql
|
21
|
|
- - roundcube-plugins
|
22
|
|
- when: ansible_distribution_release == 'trusty'
|
|
16
|
+- name: Install Roundcube on Ubuntu 14.04 LTS
|
|
17
|
+ apt: pkg={{ item }} state=latest
|
|
18
|
+ with_items:
|
|
19
|
+ - roundcube
|
|
20
|
+ - roundcube-pgsql
|
|
21
|
+ - roundcube-plugins
|
|
22
|
+ when: ansible_distribution_release == 'trusty'
|
23
|
23
|
|
24
|
24
|
- name: Configure Roundcube database
|
25
|
25
|
template: src={{ item.src }} dest={{ item.dest }} group={{ item.group }} mode={{ item.mode }} owner=root force=yes
|