Solved validation import bug

This commit is contained in:
2025-07-12 10:20:30 +02:00
parent e14e6b96e9
commit abd2545346

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