Thanks Brian, default(omit) works for me.

On Sunday, 12 July 2015 01:27:48 UTC+5:30, Brian Coca wrote:
>
> 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/ee3f31fe-3f16-4d21-9b11-5aa8a8a842c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to