We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904716a commit 41a7a01Copy full SHA for 41a7a01
etc/kayobe/ansible/octavia-amphora-image-build.yml
@@ -68,6 +68,7 @@
68
name: diskimage-builder
69
extra_args: "{% if amphora_dib_upper_constraints_file %}-c {{ amphora_dib_upper_constraints_file }}{% endif %}"
70
virtualenv: "{{ venv_path }}"
71
+ virtualenv_command: "python3.{{ ansible_facts.python.version.minor }} -m venv"
72
73
- name: Create build log file (/var/log/octavia-amphora-image-build.log)
74
file:
0 commit comments