Browse Source

formatting

Alex Payne 9 years ago
parent
commit
d998640087
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      roles/xmpp/tasks/prosody.yml

+ 1
- 2
roles/xmpp/tasks/prosody.yml View File

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…
Cancel
Save