Skip to content
Snippets Groups Projects
Commit a803b342 authored by ale's avatar ale
Browse files

Properly set python interpreter for Bullseye target hosts

Using the ansible.cfg interpreter_python does not work yet, see
https://github.com/mitogen-hq/mitogen/issues/740
parent cc9f1eed
No related branches found
No related tags found
1 merge request!177Refactor create-env and tests
......@@ -53,7 +53,7 @@ base_test:
base_bullseye_test:
<<: *base_test
variables:
CREATE_ENV_VARS: "-e config.float_debian_dist=bullseye -e ansible_cfg.defaults.interpreter_python=/usr/bin/python3"
CREATE_ENV_VARS: "-e config.float_debian_dist=bullseye -e inventory.group_vars.vagrant.ansible_python_interpreter=/usr/bin/python3"
TEST_DIR: "test/base.ref"
full_test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment