service php5-fpm use restart instead of reload

This commit is contained in:
Michael RICOIS 2017-03-23 12:04:19 +01:00
parent 63bd0ad0c6
commit 1838f455c2
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
- name: BACKOFFICE | Restart PHP-FPM
become: yes
service: name=php5-fpm state=reloaded
service: name=php5-fpm state=restarted
when: opcache is defined and opcache == "fcgi"

View File

@ -1,5 +1,5 @@
---
- name: ENRICHISSEMENT | Restart PHP-FPM
become: yes
service: name=php5-fpm state=reloaded
service: name=php5-fpm state=restarted
when: opcache is defined and opcache == "fcgi"

View File

@ -1,5 +1,5 @@
---
- name: Intranet | Restart PHP-FPM
become: yes
service: name=php5-fpm state=reloaded
service: name=php5-fpm state=restarted
when: opcache is defined and opcache == "fcgi"

View File

@ -1,5 +1,5 @@
---
- name: ODEA | Restart PHP-FPM
become: yes
service: name=php5-fpm state=reloaded
service: name=php5-fpm state=restarted
when: opcache is defined and opcache == "fcgi"