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:
parent
a5e2b32838
commit
22ba0d074e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue