mirror of
https://github.com/geerlingguy/ansible-role-pip.git
synced 2025-02-21 01:51:41 +01:00
Actually make things work.
This commit is contained in:
parent
c96846ee17
commit
50c9b505d6
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user