1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-09 13:37:15 +00:00

build venv manually first

This commit is contained in:
Alexei Znamensky 2026-03-22 16:37:54 +13:00
parent acda4fae2c
commit 8c1e1dd1ac

View file

@ -2,6 +2,10 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- name: Create virtualenv
ansible.builtin.command:
cmd: "{{ ansible_python_interpreter }} -m venv {{ remote_tmp_dir }}/venv"
- name: Update pip in virtualenv
ansible.builtin.pip:
name: pip