summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/tasks/install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/nexus/tasks/install.yml')
-rw-r--r--ansible/roles/nexus/tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/nexus/tasks/install.yml b/ansible/roles/nexus/tasks/install.yml
index f8de5e95..c88e5855 100644
--- a/ansible/roles/nexus/tasks/install.yml
+++ b/ansible/roles/nexus/tasks/install.yml
@@ -36,7 +36,7 @@
password: admin123
force_basic_auth: true
method: GET
- retries: 30
+ retries: "{{ nexus_come_up_wait_retries }}"
delay: 10
register: nexus_wait
until: not nexus_wait.failed