Alright, it worked with that variable you requested. 

I exported the env var (it didn't work just set in the current shell):
export ANSIBLE_SQUASH_ACTIONS="apt,pkgng"

And ran this play:
- yum: name="{{ item }}" state=present
  with_items:
    - ypbind
    - rpcbind

The play succeeded with this variable set.

Thanks!
Joanna

On Wednesday, November 25, 2015 at 6:10:42 PM UTC-6, Brian Coca wrote:
>
> if you run the test i asked, i can confirm it will be because of 
> argument squashing, which is an optimization that will run on yum but 
> not on package. 
>
> -- 
> 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/eb34144b-5b58-4ce2-b8b9-ef02b71d760b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to