This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-onlyoffice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
restart webserver when certificate has changed
master
Markus Katharina Brechtel
3 years ago
parent
b7d98f527e
commit
6cb94bcc48
1 changed files
with
7 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
handlers/main.yml
+ 7
- 0
handlers/main.yml
View File
@@ -2,3 +2,10 @@
- name: restart onlyoffice documentserver
- name: restart onlyoffice documentserver
command: supervisorctl restart all
command: supervisorctl restart all
- name: restart nginx
systemd:
name: nginx.service
state: restarted
listen:
- certificate changed
Write
Preview
Loading…
Cancel
Save