mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added another group_names validation
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user