lxc-php: fix php56-fpm handler name

This commit is contained in:
Victor LABORIE 2019-12-03 15:07:57 +01:00 committed by Ludovic Poujol
parent 9c420eec4f
commit 47b263e411
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
name: "{{ lxc_php_version }}"
container_command: "systemctl reload php7.0-fpm"
- name: Reload php70-fpm
- name: Reload php56-fpm
lxc_container:
name: "{{ lxc_php_version }}"
container_command: "systemctl reload php5-fpm"