Browse Source

Fix ssh handler typo

Luke Cyca 10 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,7 +10,7 @@
10 10
 - name: restart fail2ban
11 11
   service: name=fail2ban state=restarted
12 12
 
13
-- name: restart sshd
13
+- name: restart ssh
14 14
   service: name=ssh state=restarted
15 15
 
16 16
 - include: ferm.yml

Loading…
Cancel
Save