dokuwiki: add missing handler
This commit is contained in:
parent
e17b5c1b2d
commit
3e55bf9774
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue