浏览代码

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

正在加载...
取消
保存