diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-06-06 07:05:47 -0700 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-06-06 07:05:47 -0700 |
commit | d1088fc28c9625944ee24eca330f12f504be4529 (patch) | |
tree | cc44ae84b424feac94248717950c79842d74736a /ansible/roles/nexus/tasks/install.yml | |
parent | 317508947b99dc766cf806febfb3dcfcd3cfd5f4 (diff) |
Improve 'nexus' role testability
A change needed by related commit to allow building
a custom nexus url.
Change-Id: Iaa7e1d10d9621871e71863c77722cd635b7e1e4d
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/nexus/tasks/install.yml')
-rw-r--r-- | ansible/roles/nexus/tasks/install.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/nexus/tasks/install.yml b/ansible/roles/nexus/tasks/install.yml index c88e5855..6ac2b131 100644 --- a/ansible/roles/nexus/tasks/install.yml +++ b/ansible/roles/nexus/tasks/install.yml @@ -24,6 +24,7 @@ image: "{{ nexus3_image }}" networks: - name: nexus_network + published_ports: "{{ nexus3_published_ports }}" volumes: - "{{ app_data_path }}/nexus_data:/nexus-data:rw" state: started |