For the life of me I can't figure out how to match the right hosts on my 
playbook like this:

app AND (production OR staging)


I tried "app:&production:staging" but ansible turns that into "(app AND 
production) OR staging".
Thinking that AND ":&" binds before OR ":", I tried 
this: "app:&production:app:&staging", which doesn't match any thing at all.

Ansible has no grouping? So how to solve this trivial issue?

-- 
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/8f174cec-19be-4cc5-a1bf-5e4fb841aa4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to