forked from ISTI-ansible-roles/ansible-roles
library/roles/python-virtualenv/defaults/main.yml: More generic example.
This commit is contained in:
parent
1533c860c3
commit
64f27c2b98
|
@ -6,9 +6,9 @@ py_virtenv_pkgs:
|
|||
- python-virtualenv
|
||||
|
||||
# py_virtenv_pip_pkgs:
|
||||
# - pip_pkg_1
|
||||
# - pip_pkg_2
|
||||
# - pip_pkg_foo
|
||||
# - pip_pkg_bar
|
||||
|
||||
# py_virtenv_pip_requirements: "/tmp/pippo/requirements.txt"
|
||||
# py_virtenv_pip_requirements: "/tmp/foo/requirements.txt"
|
||||
|
||||
py_virtenv_env_base_dir: "/tmp/pippo"
|
||||
py_virtenv_env_base_dir: "/tmp/foo"
|
||||
|
|
Loading…
Reference in New Issue