Browse Source

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

news role: add missing restart apache handler
Mike Ashley 8 years ago
parent
commit
ce03947fbe
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      roles/news/handlers/main.yml

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

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

Loading…
Cancel
Save