what you want is:

    - name: Install using pip
      pip: name="{{ item.name}}" chdir="{{item.chdir|default(omit)}}"
virtualenv="{{item.virtualenv|default(omit)}}"
      with_items: pydeps

-- 
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAJ5XC8mBkdpoZfWNHZ-K1ukZq0WEVaaZfM3N0Spr9Qq8YLebVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to