aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-05-15 17:04:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-15 17:04:34 +0000
commit2bd4d480868048e84ed81662b2d34e03f25502a4 (patch)
tree05089e9f338c83191dc175a73e9e233670a7f963
parentebeb81ea222770e2f5330b680a8a13f587e023e8 (diff)
parent3decdca3d0732a1df845650562e7bcb8fbfd87a7 (diff)
Merge "Start nginx and uwsgi servicies only in not container mode"
-rw-r--r--ansible/install.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml
index afffbede2..c446b91f7 100644
--- a/ansible/install.yaml
+++ b/ansible/install.yaml
@@ -38,5 +38,7 @@
- service:
name: nginx
state: restarted
+ when: installation_mode != inst_mode_container
- shell: uwsgi -i /etc/yardstick/yardstick.ini
+ when: installation_mode != inst_mode_container