Merge pull request #5 from kakawait/patch-1

Able to customize state per pip package
This commit is contained in:
Jeff Geerling 2017-10-31 14:39:26 -05:00 committed by GitHub
commit f6f5dbe037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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