Commit 92251b13 by e0d

adding use of handler

parent 27f52384
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
- name: analytics-server | stop the analytics service - name: analytics-server | stop the analytics service
service: name=analytics state=stopped service: name=analytics state=stopped
- name: analytics-server | restart the analytics service - name: analytics-server | start the analytics service
service: name=analytics state=started service: name=analytics state=started
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
environment: environment:
GIT_SSH: /tmp/git_ssh.sh GIT_SSH: /tmp/git_ssh.sh
notify: analytics-server | restart the analytics service notify: analytics-server | restart the analytics service
notify: analytics-server | start the analytics service
tags: tags:
- analytics-server - analytics-server
- deploy - deploy
...@@ -78,6 +79,7 @@ ...@@ -78,6 +79,7 @@
virtualenv={{ as_venv_dir }} state=present virtualenv={{ as_venv_dir }} state=present
sudo: true sudo: true
sudo_user: "{{ as_user }}" sudo_user: "{{ as_user }}"
notify: analytics-server | start the analytics service
tags: tags:
- analytics-server - analytics-server
- deploy - 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