Actually make things work.

This commit is contained in:
Jeff Geerling 2017-05-26 23:15:50 -05:00
parent c96846ee17
commit 50c9b505d6
1 changed files with 1 additions and 1 deletions

View File

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