File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33os_openstackclient_venv :
44# Whether to install package dependencies.
55os_openstackclient_install_package_dependencies : true
6+ # Value to use for the pip module's `virtualenv_command` argument when creating the virtualenv
7+ os_openstackclient_virtualenv_command : " {{ 'python3.' ~ ansible_facts.python.version.minor ~ ' -m venv' if os_openstackclient_venv else omit }}"
68
79# State of the openstackclient package.
810os_openstackclient_state : present
@@ -11,3 +13,4 @@ os_openstackclient_state: present
1113os_openstackclient_version :
1214# Upper constraints file for installation of openstackclient.
1315os_openstackclient_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
16+
Original file line number Diff line number Diff line change 4040 name : " {{ item.name }}"
4141 state : latest
4242 virtualenv : " {{ os_openstackclient_venv or omit }}"
43- virtualenv_command : " {{ 'python3.' ~ ansible_facts.python.version.minor ~ ' -m venv' if os_openstackclient_venv else omit }}"
43+ virtualenv_command : " {{ os_openstackclient_virtualenv_command }}"
4444 with_items :
4545 - { name: pip }
4646 - { name: setuptools }
You can’t perform that action at this time.
0 commit comments