Browse Source

Fix ssh handler typo

Luke Cyca 12 years ago
parent
commit
cf9d8350dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/handlers/main.yml

+ 1
- 1
roles/common/handlers/main.yml View File

10
 - name: restart fail2ban
10
 - name: restart fail2ban
11
   service: name=fail2ban state=restarted
11
   service: name=fail2ban state=restarted
12
 
12
 
13
-- name: restart sshd
13
+- name: restart ssh
14
   service: name=ssh state=restarted
14
   service: name=ssh state=restarted
15
 
15
 
16
 - include: ferm.yml
16
 - include: ferm.yml

Loading…
Cancel
Save