ansible-roles/webapps/nextcloud/handlers/main.yml
Ludovic Poujol 929f258bf8
All checks were successful
continuous-integration/drone/push Build is passing
nextcloud: New role
2020-10-02 16:51:05 +02:00

11 lines
148 B
YAML

---
- name: reload php-fpm
service:
name: php7.3-fpm
state: reloaded
- name: reload nginx
service:
name: nginx
state: reloaded