Skip to content
Snippets Groups Projects
Commit 0877a0e7 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

fix(build): Add ansible timeout for failing yum installs

Change the default timeout from 10 secs to 60 secs to accomodate the delay for slurm pkg yum install tasks after running ldap_config  role
Refer #125 
parent a98048c5
No related branches found
No related tags found
No related merge requests found
Pipeline #11429 failed with stages
in 1 hour, 59 minutes, and 57 seconds
...@@ -42,6 +42,7 @@ build { ...@@ -42,6 +42,7 @@ build {
groups = ["ood"] groups = ["ood"]
playbook_file = "./ansible/ood.yml" playbook_file = "./ansible/ood.yml"
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
ansible_env_vars = ["ANSIBLE_TIMEOUT=60"]
extra_arguments = [ extra_arguments = [
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'" "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment