Modify GitLab CI to use the no-auto variant of the prod inventory

This commit is contained in:
Salt 2022-03-19 13:22:28 -05:00
parent 5adcf4536c
commit 7499a1e0a1

View File

@ -1,5 +1,6 @@
image: rehashedsalt/ansible-env:bleeding
variables:
ANSIBLE_INVENTORY: inventories/production-no-auto
ANSIBLE_STRATEGY: free
stages:
- lint