library/roles/python-virtualenv/defaults/main.yml: More generic example.

This commit is contained in:
Andrea Dell'Amico 2016-06-08 13:35:07 +02:00
parent 1533c860c3
commit 64f27c2b98
1 changed files with 4 additions and 4 deletions

View File

@ -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"