Browse Source

Trailing whitespace

Laurent Arnoud 8 years ago
parent
commit
311fae7e11
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      roles/common/tasks/security.yml
  2. 1
    1
      roles/webmail/tasks/roundcube.yml

+ 1
- 1
roles/common/tasks/security.yml View File

@@ -21,7 +21,7 @@
21 21
 - name: Update sshd config for PFS and more secure defaults
22 22
   template: src=etc_ssh_sshd_config.j2 dest=/etc/ssh/sshd_config
23 23
   notify: restart ssh
24
-  
24
+
25 25
 - name: Update ssh config for more secure defaults
26 26
   template: src=etc_ssh_ssh_config.j2 dest=/etc/ssh/ssh_config
27 27
 

+ 1
- 1
roles/webmail/tasks/roundcube.yml View File

@@ -3,7 +3,7 @@
3 3
   when: ansible_distribution_release == 'wheezy'
4 4
   tags:
5 5
     - dependencies
6
-  
6
+
7 7
 - name: Update apt cache for backports
8 8
   apt: update_cache=yes
9 9
   tags:

Loading…
Cancel
Save