ソースを参照

Correct whitespace error

Mike Ashley 10年前
コミット
0b164bd904
1個のファイルの変更7行の追加7行の削除
  1. 7
    7
      roles/webmail/tasks/roundcube.yml

+ 7
- 7
roles/webmail/tasks/roundcube.yml ファイルの表示

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

読み込み中…
キャンセル
保存