This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
ffdo-infrastruktur
/
ffdo-ansible
espejo de
https://github.com/ffdo/ffdo-ansible.git
Seguir
5
Destacar
0
Fork
0
Archivos
Explorar el Código
Added missing handlers
Till Klocke
hace 8 años
padre
82b010c4c6
commit
bca9bed6d9
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
roles/service-nginx/handlers/main.yml
+ 4
- 0
roles/service-nginx/handlers/main.yml
Ver fichero
@@ -0,0 +1,4 @@
+---
+
+- name: Reload nginx
+ service: name=nginx state=reloaded