mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user