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,7 +3,7 @@
3 3
   tags:
4 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 7
 - name: Add Prosody Debian/Ubuntu repository
8 8
   apt_repository: repo="deb http://packages.prosody.im/debian {{ ansible_distribution_release }} main"
9 9
   tags:
@@ -20,7 +20,6 @@
20 20
   tags:
21 21
     - dependencies
22 22
 
23
-
24 23
 - name: Install lua-sec 0.5+
25 24
   apt: pkg=lua-sec update_cache=yes
26 25
   when: ansible_distribution_release == 'trusty' or ansible_distribution_release == 'jessie'

Loading…
Cancel
Save