mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
CI: Arch Linux updated to Python 3.13 (#9310)
* Arch Linux updated to Python 3.13. * Skip lmdb_kv lookup on Arch Linux. Ref: https://github.com/jnwatson/py-lmdb/issues/362
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
set -eux
|
||||
|
||||
if grep -Fq 'NAME="Arch Linux"' /etc/os-release; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
ANSIBLE_ROLES_PATH=../ \
|
||||
ansible-playbook dependencies.yml -v "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user