mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved validation import bug
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user