From 0c3dda7be4ff0609a6f3d4c406c7907d0a9bcb5b Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 21 Oct 2022 08:29:18 -0500 Subject: [PATCH] Retry Main --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a9dab4..5546462 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ Pre: # MAIN CONFIGURATION Main: stage: play-main + retry: 1 script: - ansible-playbook --skip-tags no-auto playbooks/site_main.yml --ssh-common-args='-o ProxyCommand="ssh -W %h:%p -q ansible@bastion1.dallas.mgmt.desu.ltd"' --vault-password-file ~/.vault_pass Common: