1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Install virtualenv.

This commit is contained in:
Felix Fontein 2021-11-17 07:21:31 +01:00
parent a5e2b32838
commit 22ba0d074e

View file

@ -8,6 +8,11 @@
suffix: .django_manage
register: tmp_django_root
- name: Make sure virtualenv is installed
pip:
name: virtualenv
state: present
- name: Install required library
pip:
name: django