Fix start PHP-FPM on Docker

pull/35/head
Emilien Mantel 2019-01-23 16:34:12 +01:00
parent a9497f0c7f
commit 649c6b161b
1 changed files with 5 additions and 4 deletions

View File

@ -78,12 +78,13 @@
name: "fcgiwrap"
state: started
# Bypasses Ansible+Docker issue. With service module... php is not really started!
- name: COMMAND | Force start PHP
service:
name: "{{ item.version | php_fpm_service }}"
state: started
command: "service {{ item.version | php_fpm_service }} start"
args:
creates: "{{ item.version | php_default_upstream_socket }}"
warn: false
loop: "{{ nginx_php }}"
when: apt_php.changed
- name: GET_URL | Download ngrok
get_url: