Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the binary and service names to the default variables #47

Merged
merged 3 commits into from
May 17, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make use of nginx_service_name in the task that starts the Nginx
  • Loading branch information
NBZ4live committed May 17, 2015
commit daf0ca7503c5e6bd5affb5ffcce13d3cb9796ff0
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
- include: configuration.yml

- name: Start the nginx service
service: name=nginx state=started enabled=yes
service: name={{ nginx_service_name }} state=started enabled=yes
when: nginx_installation_type in nginx_installation_types_using_service and nginx_daemon_mode == "on"
tags: [service,nginx]