瀏覽代碼

formatting

Alex Payne 9 年之前
父節點
當前提交
d998640087
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      roles/xmpp/tasks/prosody.yml

+ 1
- 2
roles/xmpp/tasks/prosody.yml 查看文件

3
   tags:
3
   tags:
4
     - dependencies
4
     - dependencies
5
 
5
 
6
-# Prosody supplies repo for sid, squeeze, wheezy, jessie, trusty, saucy, raring, quantal, precise and lucid
6
+# Prosody supplies repo for: sid, squeeze, wheezy, jessie, trusty, saucy, raring, quantal, precise and lucid
7
 - name: Add Prosody Debian/Ubuntu repository
7
 - name: Add Prosody Debian/Ubuntu repository
8
   apt_repository: repo="deb http://packages.prosody.im/debian {{ ansible_distribution_release }} main"
8
   apt_repository: repo="deb http://packages.prosody.im/debian {{ ansible_distribution_release }} main"
9
   tags:
9
   tags:
20
   tags:
20
   tags:
21
     - dependencies
21
     - dependencies
22
 
22
 
23
-
24
 - name: Install lua-sec 0.5+
23
 - name: Install lua-sec 0.5+
25
   apt: pkg=lua-sec update_cache=yes
24
   apt: pkg=lua-sec update_cache=yes
26
   when: ansible_distribution_release == 'trusty' or ansible_distribution_release == 'jessie'
25
   when: ansible_distribution_release == 'trusty' or ansible_distribution_release == 'jessie'

Loading…
取消
儲存