Merge pull request #11 from victorock/virtualenv

Support Virtualenv (Fix #10)
This commit is contained in:
Jeff Geerling 2018-05-01 10:23:38 -05:00 committed by GitHub
commit 4c1b31f213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@
pip:
name: "{{ item.name | default(item) }}"
version: "{{ item.version | default(omit) }}"
virtualenv: "{{ item.virtualenv | default(omit) }}"
state: "{{ item.state | default(omit) }}"
with_items: "{{ pip_install_packages }}"