Set Ansible strategy to free on GitLab CI operations

This should speed up the nightly full playbook runs
This commit is contained in:
Salt 2022-02-15 15:07:38 -06:00
parent 99ec15f99f
commit 27814e2a54

View File

@ -1,4 +1,6 @@
image: rehashedsalt/ansible-env:bleeding
variables:
ANSIBLE_STRATEGY: free
stages:
- lint
- test