Update lab.yaml
This commit is contained in:
parent
4d55fa9997
commit
cabc136120
12
lab.yaml
12
lab.yaml
|
|
@ -46,6 +46,18 @@ sections:
|
||||||
title: "Basic Scripting"
|
title: "Basic Scripting"
|
||||||
path: "docs/10_scripting.md"
|
path: "docs/10_scripting.md"
|
||||||
estimated_minutes: 30
|
estimated_minutes: 30
|
||||||
|
- id: 11
|
||||||
|
title: "Permissions Challenge (Validation Task)"
|
||||||
|
path: "docs/11_permissions_task.md"
|
||||||
|
helper_path: "helpers/11_permissions_task.md"
|
||||||
|
validation_script: "validate/11_permissions_task.sh"
|
||||||
|
estimated_minutes: 20
|
||||||
|
- id: 12
|
||||||
|
title: "Networking Troubleshooting (Validation Task)"
|
||||||
|
path: "docs/12_network_troubleshooting.md"
|
||||||
|
helper_path: "helpers/12_network_troubleshooting.md"
|
||||||
|
validation_script: "validate/12_network_troubleshooting.sh"
|
||||||
|
estimated_minutes: 10
|
||||||
|
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue