Michal Zegan | 3a7e073 | 2018-12-19 11:51:26 +0100 | [diff] [blame] | 1 | --- |
Samuli Silvius | f6f5fc4 | 2019-02-13 11:00:39 +0200 | [diff] [blame] | 2 | - 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 |