This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
fphammerle
/
ansible-role-gogs
mirror of
https://github.com/fphammerle/ansible-role-gogs.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Actually add restart gogs handler.
Jeff Geerling
9 năm trước cách đây
mục cha
1e37c666df
commit
1b56456b68
1 tập tin đã thay đổi
với
3 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
3
0
handlers/main.yml
+ 3
- 0
handlers/main.yml
Xem Tập Tin
@@ -0,0 +1,3 @@
+---
+- name: restart gogs
+ service: name=gogs state=restarted