ansible-playbooks/ubuntu/roles/webservers-nginx/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
60 B
YAML

---
- name: start nginx
service: name=nginx state=started