This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
ffdo-infrastruktur
/
ffdo-ansible
mirror of
https://github.com/ffdo/ffdo-ansible.git
Xem
5
Star
0
Fork
0
Các tập tin
Browse Source
Added missing handlers
Till Klocke
8 năm trước cách đây
mục cha
82b010c4c6
commit
bca9bed6d9
1 tập tin đã thay đổi
với
4 bổ sung
và
0 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
4
0
roles/service-nginx/handlers/main.yml
+ 4
- 0
roles/service-nginx/handlers/main.yml
Xem Tập Tin
@@ -0,0 +1,4 @@
+---
+
+- name: Reload nginx
+ service: name=nginx state=reloaded