Hi,
It seems this bug reappear in 1.9.3:
- name: restart php5-fpm
service: name=php5-fpm state=restarted
does not works anymore, again, I need it to temporary fix with:
- name: restart PHP-FPM
service: name=php5-fpm state=restarted
- name: restart php-fpm
command: service php5-fpm restart
Best,
R