PR #11: Add documentation for virtualenv option.

This commit is contained in:
Jeff Geerling 2018-05-01 10:26:17 -05:00
parent 4c1b31f213
commit 211bb244f0
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,10 @@ A list of packages to install with pip. Examples below:
# Or force a reinstall.
- name: docker
state: forcereinstall
# Or install a package in a particular virtualenv.
- name: docker
virtualenv: /my_app/venv
## Dependencies
@ -50,6 +54,12 @@ None.
## Example Playbook
- hosts: all
vars:
pip_install_packages:
- name: docker
- name: awscli
roles:
- geerlingguy.pip