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:
parent
acda4fae2c
commit
8c1e1dd1ac
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue