This website works better with JavaScript
Home
Explore
Help
Sign In
ffdo-infrastruktur
/
ffdo-ansible
mirror of
https://github.com/ffdo/ffdo-ansible.git
Watch
5
Star
0
Fork
0
Files
Browse Source
Added missing handlers
Till Klocke
8 years ago
parent
82b010c4c6
commit
bca9bed6d9
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
roles/service-nginx/handlers/main.yml
+ 4
- 0
roles/service-nginx/handlers/main.yml
View File
@@ -0,0 +1,4 @@
+---
+
+- name: Reload nginx
+ service: name=nginx state=reloaded