diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-01-20 08:33:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-20 08:33:06 +0000 |
commit | 67ed31fe5021d21d44612c6d8d98eb666145d734 (patch) | |
tree | 7f2b948f127dc9bee21704b80186797d923e247e /ansible/infrastructure.yml | |
parent | 0dc5cac61b64f3e395b3ea91f50fb85996a942e8 (diff) | |
parent | c4477cc749a71fea282f0ffe4630bc178898c4b7 (diff) |
Merge "Handle empty runtime_images"
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r-- | ansible/infrastructure.yml | 2 |
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 |