Set Ansible strategy to free on GitLab CI operations
This should speed up the nightly full playbook runs
This commit is contained in:
parent
99ec15f99f
commit
27814e2a54
@ -1,4 +1,6 @@
|
|||||||
image: rehashedsalt/ansible-env:bleeding
|
image: rehashedsalt/ansible-env:bleeding
|
||||||
|
variables:
|
||||||
|
ANSIBLE_STRATEGY: free
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user