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