From 7499a1e0a1e45826c0e47a399124ce9e296992ba Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 19 Mar 2022 13:22:28 -0500 Subject: [PATCH] Modify GitLab CI to use the no-auto variant of the prod inventory --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ae979f..61eb946 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ image: rehashedsalt/ansible-env:bleeding variables: + ANSIBLE_INVENTORY: inventories/production-no-auto ANSIBLE_STRATEGY: free stages: - lint