Quellcode durchsuchen

Correct whitespace error

Mike Ashley vor 10 Jahren
Ursprung
Commit
0b164bd904
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7
    7
      roles/webmail/tasks/roundcube.yml

+ 7
- 7
roles/webmail/tasks/roundcube.yml Datei anzeigen

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

Laden…
Abbrechen
Speichern