7fb1519035
Test that, when a group is created with group_by, variables from the corresponding group_vars/ file are correctly pulled in, and override variables specified in group_vars/all. See ansible/ansible#8664.
9 lines
145 B
Text
9 lines
145 B
Text
# ungrouped
|
|
camel genus=camelus ansible_connection=local
|
|
|
|
[lamini]
|
|
alpaca genus=vicugna
|
|
llama genus=lama
|
|
|
|
[lamini:vars]
|
|
ansible_connection=local
|