Browse Source

Correct whitespace error

Mike Ashley 9 years ago
parent
commit
0b164bd904
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      roles/webmail/tasks/roundcube.yml

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

@@ -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

Loading…
Cancel
Save