mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Make parsing variables for hosts and groups more consistent
This commit allows to specify arrays in [group:vars] block. Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
This commit is contained in:
parent
138b45e32f
commit
f6a4c20cc0
3 changed files with 20 additions and 24 deletions
|
@ -40,6 +40,7 @@ e = 10003
|
|||
h = ' h '
|
||||
i = ' i "
|
||||
j = " j
|
||||
k = ['k1', 'k2']
|
||||
|
||||
[rtp]
|
||||
rtp_a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue