mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-01 00:35:02 +02:00
Ansible-core devel EE: use Python 3.12. (#387)
This commit is contained in:
parent
e78df4a4cf
commit
8edc8018a7
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ test_playbooks = ["tests/ee/all.yml"]
|
|||
config.images.base_image.name = "docker.io/redhat/ubi9:latest"
|
||||
config.dependencies.ansible_core.package_pip = "https://github.com/ansible/ansible/archive/devel.tar.gz"
|
||||
config.dependencies.ansible_runner.package_pip = "ansible-runner"
|
||||
config.dependencies.python_interpreter.package_system = "python3.11 python3.11-pip python3.11-wheel python3.11-cryptography"
|
||||
config.dependencies.python_interpreter.python_path = "/usr/bin/python3.11"
|
||||
config.dependencies.python_interpreter.package_system = "python3.12 python3.12-pip python3.12-wheel python3.12-cryptography"
|
||||
config.dependencies.python_interpreter.python_path = "/usr/bin/python3.12"
|
||||
runtime_environment = {"ANSIBLE_PRIVATE_ROLE_VARS" = "true"}
|
||||
|
||||
[[sessions.ee_check.execution_environments]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue