mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 20:50:32 -07: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…
Add table
Reference in a new issue