Why can't I append to a list of the same name depending on what groups a 
node is in?

For example:

group_vars/chocolate contains:

sauces:
  - name : chocolate
    value : yummy

group_vars/strawberry contains:

sauces:
  - name : strawberry
    value : even_yummier

If a node is in both groups I can't iterate over the sauces list and get 
both values. This is also the case with hash_behaviour = merge.

What am I doing wrong? 

-- 
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/492e578d-a24b-4a3b-967d-e7993a45066e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to