Added another group_names validation

This commit is contained in:
2025-08-18 21:37:07 +02:00
parent 5adce08aea
commit dc0bb555c1
2 changed files with 9 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ class TestVariableDefinitions(unittest.TestCase):
if var in (
'lookup', 'role_name', 'domains', 'item', 'host_type',
'inventory_hostname', 'role_path', 'playbook_dir',
'ansible_become_password', 'inventory_dir', 'ansible_memtotal_mb', 'omit'
'ansible_become_password', 'inventory_dir', 'ansible_memtotal_mb', 'omit', 'group_names'
):
continue