summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/tasks/main.yml
blob: c1d83515581029b505faf9175696274fa4ef9c33 (plain)
1
2
3
4
5
6
7
8
9
---
- 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