mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Avoid broken version of ansible-compat that prevents ansible-lint to work with Python 3.14. (#961)
This commit is contained in:
@@ -84,6 +84,10 @@ skip_paths = [
|
||||
run_galaxy_importer = true
|
||||
|
||||
[sessions.ansible_lint]
|
||||
ansible_lint_package = [
|
||||
"ansible-lint",
|
||||
"ansible-compat < 25.8.2",
|
||||
]
|
||||
|
||||
[[sessions.ee_check.execution_environments]]
|
||||
name = "devel-ubi-9"
|
||||
|
||||
Reference in New Issue
Block a user