mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 02:33:09 +00:00
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.
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
# ungrouped
|
|
camel genus=camelus ansible_connection=local
|
|
|
|
[lamini]
|
|
alpaca genus=vicugna
|
|
llama genus=lama
|
|
|
|
[lamini:vars]
|
|
ansible_connection=local
|