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

General improvements

parent 013c7983
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='php5-fpm'
state='restarted'
......@@ -98,6 +98,7 @@
mode='644'
with_items: '{{ drupal_settings|default([]) }}'
when: item.jail is defined
notify: "Restart PHP-FPM"
- name: "Init Users"
include: initjailusers.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment