mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-10 18:34:03 -07:00
Make sure any existing groups gets reused
This commit is contained in:
parent
5504f13c68
commit
0c70abfaa9
2 changed files with 4 additions and 3 deletions
|
@ -142,7 +142,7 @@ class TestInventory(unittest.TestCase):
|
|||
print vars
|
||||
|
||||
expected = dict(
|
||||
a='1', b='2', c='3', d='100002', rga='1', rgb='2', rgc='3',
|
||||
a='1', b='2', c='3', d='10002', rga='1', rgb='2', rgc='3',
|
||||
inventory_hostname='rtp_a', inventory_hostname_short='rtp_a',
|
||||
group_names=[ 'eastcoast', 'nc', 'redundantgroup', 'redundantgroup2', 'redundantgroup3', 'rtp', 'us' ]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue