Skip to content
Snippets Groups Projects
Commit 6aeac6dd authored by jurgenhaas's avatar jurgenhaas
Browse files

Move php-fpm restart handler from jailkit to php role

parent e9aac971
No related branches found
No related tags found
No related merge requests found
---
# file: roles/php/handlers/main.yml
- name: "Restart PHP-FPM"
service:
name: '{{ phpFpmService|default("php7.0-fpm") }}'
state: 'restarted'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment