diff options
Diffstat (limited to 'ansible/roles')
-rw-r--r-- | ansible/roles/nexus/tasks/insert-images.yml | 2 | ||||
-rw-r--r-- | ansible/roles/nexus/tasks/install.yml | 1 |
2 files changed, 2 insertions, 1 deletions
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: |