blob: c1d83515581029b505faf9175696274fa4ef9c33 [file] [log] [blame]
---
- include_tasks: install.yml
- include_tasks: configure.yml
when: populate_nexus | bool
- include_tasks: runtime-populate.yml
when:
- runtime_images is defined
- runtime_images is not none
- runtime_images.keys() | length > 0