Explorar el Código

Fix ssh handler typo

Luke Cyca hace 11 años
padre
commit
cf9d8350dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/common/handlers/main.yml

+ 1
- 1
roles/common/handlers/main.yml Ver fichero

@@ -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…
Cancelar
Guardar