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

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/634bad3d-f3ef-478e-944f-fbce08d29c00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to