Explorar el Código

news role: add missing restart apache handler

Allen Riddell hace 8 años
padre
commit
712ea7aee2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      roles/news/handlers/main.yml

+ 3
- 0
roles/news/handlers/main.yml Ver fichero

@@ -0,0 +1,3 @@
1
+---
2
+- name: restart apache
3
+  service: name=apache2 state=restarted

Loading…
Cancelar
Guardar