You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
On 29.06.2016 23:41, Tiglath wrote:
> pip install <package>==<version>
>
> I can see that you can do
>
>
> pip: name={{ item }} state=present
> with_items:
> - <package>
> - <package>
> ...
>
> But how can I specify the version in a loop?