fix: update tests

This commit is contained in:
egarette@silique.fr 2026-01-10 17:04:47 +01:00
parent 48f403f2b2
commit e0a65a6e5a

View file

@ -315,12 +315,21 @@ def test_host_with_vars():
}
},
"GROUP2_01": {
'a_family': {
'with_a_variable': 1,
},
'added_var1': True,
'added_var2': True,
"ansible_host": "group2.net",
'rougail': {
'a_var': 'a_value',
},
},
'GROUP2_02': {
'a_family': {
'with_a_variable': 1,
},
'added_var1': True,
'ansible_host': 'group3.net',
'rougail': {
'a_var': 'a_value',