From e94a5f92550564ca5527b5f610d15b3ce692c242 Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Wed, 10 Aug 2022 07:07:05 +0200 Subject: [PATCH] fix(ci): try and set ANSIBLE_VERSION explicitely --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c7c01e..767a69d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,12 +10,12 @@ stages: # Debian Stable sanity 3.9: - variables: { PYTHON_VERSION: "3.9" } + variables: { PYTHON_VERSION: "3.9", ANSIBLE_VERSION: "2.13.2" } extends: .ansible-test-sanity # Latest stable Python sanity 3.10: - variables: { PYTHON_VERSION: "3.10" } + variables: { PYTHON_VERSION: "3.10", ANSIBLE_VERSION: "2.13.2" } extends: .ansible-test-sanity unit: