Procházet zdrojové kódy

Fix ssh handler typo

Luke Cyca před 11 roky
rodič
revize
cf9d8350dd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      roles/common/handlers/main.yml

+ 1
- 1
roles/common/handlers/main.yml Zobrazit soubor

@@ -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…
Zrušit
Uložit