mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
fix(ci): try and set ANSIBLE_VERSION explicitely
This commit is contained in:
parent
2767d66b1f
commit
e94a5f9255
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue