mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Install virtualenv.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user