Commit 92251b13 by e0d

adding use of handler

parent 27f52384
......@@ -18,5 +18,5 @@
- name: analytics-server | stop the analytics service
service: name=analytics state=stopped
- name: analytics-server | restart the analytics service
- name: analytics-server | start the analytics service
service: name=analytics state=started
......@@ -31,6 +31,7 @@
environment:
GIT_SSH: /tmp/git_ssh.sh
notify: analytics-server | restart the analytics service
notify: analytics-server | start the analytics service
tags:
- analytics-server
- deploy
......@@ -78,6 +79,7 @@
virtualenv={{ as_venv_dir }} state=present
sudo: true
sudo_user: "{{ as_user }}"
notify: analytics-server | start the analytics service
tags:
- analytics-server
- deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment