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