File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ test_playbooks = ["tests/ee/all.yml"]
72
72
config.images.base_image.name = " docker.io/redhat/ubi9:latest"
73
73
config.dependencies.ansible_core.package_pip = " https://github.com/ansible/ansible/archive/devel.tar.gz"
74
74
config.dependencies.ansible_runner.package_pip = " ansible-runner"
75
- config.dependencies.python_interpreter.package_system = " python3.11 python3.11 -pip python3.11 -wheel python3.11 -cryptography"
76
- config.dependencies.python_interpreter.python_path = " /usr/bin/python3.11 "
75
+ config.dependencies.python_interpreter.package_system = " python3.12 python3.12 -pip python3.12 -wheel python3.12 -cryptography"
76
+ config.dependencies.python_interpreter.python_path = " /usr/bin/python3.12 "
77
77
runtime_environment = {"ANSIBLE_PRIVATE_ROLE_VARS" = " true" }
78
78
79
79
[[sessions .ee_check .execution_environments ]]
You can’t perform that action at this time.
0 commit comments