Skip to content
Snippets Groups Projects
Commit 2142633a authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/php#12 Add handler to restart PHP-FPM

parent 3f0b9e43
No related branches found
No related tags found
No related merge requests found
---
# file: roles/jailkit/handlers/main.yml
- name: Restart PHP-FPM
service:
name: '{{ phpFpmService }}'
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