From 27814e2a543dc4c569522e9f09597a064b7b736b Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 15 Feb 2022 15:07:38 -0600 Subject: [PATCH] Set Ansible strategy to free on GitLab CI operations This should speed up the nightly full playbook runs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46ded36..18365be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ image: rehashedsalt/ansible-env:bleeding +variables: + ANSIBLE_STRATEGY: free stages: - lint - test