mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Added correct validation handling
This commit is contained in:
		@@ -198,6 +198,7 @@ def main():
 | 
				
			|||||||
        "MODE_CLEANUP": args.cleanup,
 | 
					        "MODE_CLEANUP": args.cleanup,
 | 
				
			||||||
        "MODE_LOGS": args.logs,
 | 
					        "MODE_LOGS": args.logs,
 | 
				
			||||||
        "MODE_DEBUG": args.debug,
 | 
					        "MODE_DEBUG": args.debug,
 | 
				
			||||||
 | 
					        "MODE_ASSERT": not args.skip_validation,
 | 
				
			||||||
        "host_type": args.host_type
 | 
					        "host_type": args.host_type
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user