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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user