Release 22.12 #165

Merged
jlecour merged 76 commits from unstable into stable 2022-12-14 12:02:46 +01:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 18fb89234c - Show all commits

View file

@ -5,6 +5,11 @@
name: "{{ lxc_php_version }}"
container_command: "systemctl reload {{ lxc_php_services[lxc_php_version] }}"
- name: Restart PHP-FPM
lxc_container:
name: "{{ lxc_php_version }}"
container_command: "systemctl restart {{ lxc_php_services[lxc_php_version] }}"
- name: Reload php81-fpm
lxc_container:
name: "{{ lxc_php_version }}"

View file

@ -27,5 +27,5 @@
insertafter: "\\[Service\\]"
notify:
- "Daemon reload"
- "Reload PHP-FPM"
- "Restart PHP-FPM"