From 8e5a7da840ed7420f46bef9054a4d257ee6d4a7b Mon Sep 17 00:00:00 2001 From: Michal Zegan Date: Thu, 20 Dec 2018 12:16:56 +0100 Subject: Update ansible nexus role Looks like this one was a bit out of date, updating it... Change-Id: I7734fc5ccdba001d3c409244cd1625453ab232ed Issue-ID: OOM-1551 Signed-off-by: Michal Zegan --- ansible/roles/nexus/tasks/insert-images.yml | 2 +- ansible/roles/nexus/tasks/install.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible/roles') diff --git a/ansible/roles/nexus/tasks/insert-images.yml b/ansible/roles/nexus/tasks/insert-images.yml index 2e2a45c3..fb8d7d82 100644 --- a/ansible/roles/nexus/tasks/insert-images.yml +++ b/ansible/roles/nexus/tasks/insert-images.yml @@ -16,4 +16,4 @@ tag: "{{ runtime_images[component].tag }}" push: yes load_path: "{{ item.path }}" - + timeout: 120 diff --git a/ansible/roles/nexus/tasks/install.yml b/ansible/roles/nexus/tasks/install.yml index 6dc82fe6..1756b708 100644 --- a/ansible/roles/nexus/tasks/install.yml +++ b/ansible/roles/nexus/tasks/install.yml @@ -11,6 +11,7 @@ name: sonatype/nexus3 load_path: "{{ app_data_path }}/offline_data/docker_images_infra/sonatype_nexus3_latest.tar" state: present + timeout: 120 - name: Create nexus network docker_network: -- cgit 1.2.3-korg