Solved validation import bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-12 10:20:30 +02:00
parent e14e6b96e9
commit abd2545346
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -32,7 +32,7 @@ def run_ansible_playbook(
try: try:
subprocess.run( subprocess.run(
[sys.executable, [sys.executable,
os.path.join(script_dir, "validate.inventory.py"), os.path.join(script_dir, "validate/inventory.py"),
os.path.dirname(inventory) os.path.dirname(inventory)
], ],
check=True check=True