dokuwiki: add missing handler

This commit is contained in:
Timotej Lazar 2024-07-05 11:04:28 +02:00
parent e17b5c1b2d
commit 3e55bf9774

View file

@ -3,3 +3,9 @@
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: restart php-fpm
service:
name: 'php-fpm{{ php_version }}'
state: restarted
when: "'handler' not in ansible_skip_tags"