mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #8190/13d0310e backport][stable-8] CI: ansible-core devel removed Python 3.7 support, no longer allows 'vars:' with lists (#8191)
CI: ansible-core devel removed Python 3.7 support, no longer allows 'vars:' with lists (#8190)
* Ansible-core devel removed Python 3.7 support.
* Do not use 'vars' with lists.
(cherry picked from commit 13d0310e91
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
07f1e0feba
commit
bd230dc41c
2 changed files with 2 additions and 3 deletions
|
@ -122,7 +122,6 @@ stages:
|
|||
nameFormat: Python {0}
|
||||
testFormat: devel/units/{0}/1
|
||||
targets:
|
||||
- test: 3.7
|
||||
- test: 3.8
|
||||
- test: 3.9
|
||||
- test: '3.10'
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
- item.0 == 'nl'
|
||||
- item.1 == 'Netherlands'
|
||||
vars:
|
||||
- lmdb_kv_db: jp.mdb
|
||||
lmdb_kv_db: jp.mdb
|
||||
with_community.general.lmdb_kv:
|
||||
- n*
|
||||
- assert:
|
||||
that:
|
||||
- item == 'Belgium'
|
||||
vars:
|
||||
- lmdb_kv_db: jp.mdb
|
||||
lmdb_kv_db: jp.mdb
|
||||
with_community.general.lmdb_kv:
|
||||
- be
|
||||
|
|
Loading…
Reference in a new issue