mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02: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