aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2014-08-05 17:18:04 -0500
committerAndy Doan <andy.doan@linaro.org>2014-08-05 17:18:04 -0500
commit8ce1b19702e0f4c4949c8b7a60364f589d1aeab8 (patch)
treed1714c4a4e6e66fd685423900b1e12cd83300783
parentf5ae8b3f13c6f57a0f7055e05f025a9d2a758046 (diff)
ansible: restart apache if code update occurs
Change-Id: I43c4619c4f3fd88b763703046f160fce5fec1316
-rw-r--r--ansible/roles/install-llp/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/install-llp/tasks/main.yml b/ansible/roles/install-llp/tasks/main.yml
index 96dcb5e..1a8ecb1 100644
--- a/ansible/roles/install-llp/tasks/main.yml
+++ b/ansible/roles/install-llp/tasks/main.yml
@@ -14,6 +14,7 @@
dest={{ install_base }}/{{ hostname }}/{{ app_name }}
version={{ git_tag }}
update=yes
+ notify: restart-apache
tags:
- install
- update