ansible-playbooks/ubuntu/roles/appservers-php/handlers/main.yml
staticsafe 550c81b78f Add a slightly modified playbook for Ubuntu systems.
- No need for nginx repo anymore.
2015-05-24 13:23:21 -04:00

4 lines
66 B
YAML

---
- name: start php5-fpm
service: name=php5-fpm state=started