mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 02:45:17 +00:00
Added Exception
This commit is contained in:
@@ -157,6 +157,7 @@ class TestVarsPassedAreUsed(unittest.TestCase):
|
||||
or self._used_in_ansible_exprs(var_name, ansible_exprs)
|
||||
)
|
||||
if not used:
|
||||
if var_name not in ['ansible_python_interpreter']:
|
||||
unused.append(var_name)
|
||||
|
||||
if unused:
|
||||
|
||||
Reference in New Issue
Block a user