blob: c1d83515581029b505faf9175696274fa4ef9c33 [file] [log] [blame]
Michal Zegan3a7e0732018-12-19 11:51:26 +01001---
Samuli Silviusf6f5fc42019-02-13 11:00:39 +02002- include_tasks: install.yml
3- include_tasks: configure.yml
4 when: populate_nexus | bool
5- include_tasks: runtime-populate.yml
6 when:
7 - runtime_images is defined
8 - runtime_images is not none
9 - runtime_images.keys() | length > 0