forked from infra/ansible
Markus Hauschild
d8e1e6edf4
prevent deadloks from crawlers that open lots of wiki pages which in turn query the spaceapi discovery and fix by voidptr
11 lines
187 B
YAML
11 lines
187 B
YAML
---
|
|
|
|
- name: Restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: Restart php8.2-fpm
|
|
service: name=php8.2-fpm state=restarted
|
|
|
|
- name: Run acertmgr
|
|
command: /usr/bin/acertmgr
|