fix(ci): try and set ANSIBLE_VERSION explicitely

This commit is contained in:
Johanna Dorothea Reichmann 2022-08-10 07:07:05 +02:00
parent 2767d66b1f
commit e94a5f9255
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -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: