Browse Source

Trailing whitespace

Laurent Arnoud 10 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
 - name: Update sshd config for PFS and more secure defaults
21
 - name: Update sshd config for PFS and more secure defaults
22
   template: src=etc_ssh_sshd_config.j2 dest=/etc/ssh/sshd_config
22
   template: src=etc_ssh_sshd_config.j2 dest=/etc/ssh/sshd_config
23
   notify: restart ssh
23
   notify: restart ssh
24
-  
24
+
25
 - name: Update ssh config for more secure defaults
25
 - name: Update ssh config for more secure defaults
26
   template: src=etc_ssh_ssh_config.j2 dest=/etc/ssh/ssh_config
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
   when: ansible_distribution_release == 'wheezy'
3
   when: ansible_distribution_release == 'wheezy'
4
   tags:
4
   tags:
5
     - dependencies
5
     - dependencies
6
-  
6
+
7
 - name: Update apt cache for backports
7
 - name: Update apt cache for backports
8
   apt: update_cache=yes
8
   apt: update_cache=yes
9
   tags:
9
   tags:

Loading…
Cancel
Save