diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-06-27 09:18:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-27 09:18:51 +0000 |
commit | 2059466cd938bbe24a59011cfdf82fa1026b14e6 (patch) | |
tree | 495e55024d347f3fb32ba840f17b4102e0a891ac /ansible | |
parent | e57d28d462c6b8563e14043c6d2f5ed442639d03 (diff) | |
parent | f9e1d1bde55cd065bd8908159cc0ba4f74664660 (diff) |
Merge "Start nginx and uwsgi servicies only in not container mode" into stable/fraser
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/install.yaml | 2 |
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 |