summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-01-20 08:33:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-20 08:33:06 +0000
commit67ed31fe5021d21d44612c6d8d98eb666145d734 (patch)
tree7f2b948f127dc9bee21704b80186797d923e247e /ansible
parent0dc5cac61b64f3e395b3ea91f50fb85996a942e8 (diff)
parentc4477cc749a71fea282f0ffe4630bc178898c4b7 (diff)
Merge "Handle empty runtime_images"
Diffstat (limited to 'ansible')
-rw-r--r--ansible/infrastructure.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml
index 709a351e..08667330 100644
--- a/ansible/infrastructure.yml
+++ b/ansible/infrastructure.yml
@@ -61,7 +61,7 @@
- role: nexus
vars:
phase: runtime-populate
- when: runtime_images is defined
+ when: runtime_images is defined and runtime_images is not none
- name: Setup base for Kubernetes nodes
hosts: kubernetes