mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 06:24:25 +02:00
Solved validation import bug
This commit is contained in:
parent
e14e6b96e9
commit
abd2545346
@ -32,7 +32,7 @@ def run_ansible_playbook(
|
||||
try:
|
||||
subprocess.run(
|
||||
[sys.executable,
|
||||
os.path.join(script_dir, "validate.inventory.py"),
|
||||
os.path.join(script_dir, "validate/inventory.py"),
|
||||
os.path.dirname(inventory)
|
||||
],
|
||||
check=True
|
||||
|
Loading…
x
Reference in New Issue
Block a user