mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-08 17:24:12 +00:00
Fix hostname expansion bug in inventory parser
This commit is contained in:
parent
23f2a7fc7e
commit
7fbb7e079a
3 changed files with 32 additions and 20 deletions
|
|
@ -73,4 +73,9 @@ d=100002
|
|||
[us:vars]
|
||||
c=1000000
|
||||
|
||||
[role1]
|
||||
host[1:2]
|
||||
|
||||
[role2]
|
||||
host[2:3]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue