This website works better with JavaScript
Home
Explore
Help
Sign In
fphammerle
/
ansible-role-gogs
mirror of
https://github.com/fphammerle/ansible-role-gogs.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Actually add restart gogs handler.
Jeff Geerling
9 years ago
parent
1e37c666df
commit
1b56456b68
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
handlers/main.yml
+ 3
- 0
handlers/main.yml
View File
@@ -0,0 +1,3 @@
+---
+- name: restart gogs
+ service: name=gogs state=restarted