Sfoglia il codice sorgente

Merge pull request #563 from ariddell/feature/missing-handler

news role: add missing restart apache handler
Mike Ashley 8 anni fa
parent
commit
ce03947fbe
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      roles/news/handlers/main.yml

+ 3
- 0
roles/news/handlers/main.yml Vedi File

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

Loading…
Annulla
Salva