From d1088fc28c9625944ee24eca330f12f504be4529 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 6 Jun 2019 07:05:47 -0700 Subject: 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 --- ansible/roles/nexus/tasks/install.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/roles/nexus/tasks/install.yml') 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 -- cgit 1.2.3-korg