diff options
author | Michal Zegan <m.zegan@samsung.com> | 2018-12-20 12:16:56 +0100 |
---|---|---|
committer | Michal Zegan <m.zegan@samsung.com> | 2018-12-20 12:16:56 +0100 |
commit | 8e5a7da840ed7420f46bef9054a4d257ee6d4a7b (patch) | |
tree | c851e08117db1b9bc76c124d9689d1bd7fea513c /ansible/roles/nexus/tasks/install.yml | |
parent | f053f792cdbf8e804ce8be2df9294a17670f636b (diff) |
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 <m.zegan@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 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: |