Merge "Fix the syntax for groups in documentation."
This commit is contained in:
commit
fbcce5894c
@ -61,9 +61,9 @@ class Validation(object):
|
||||
metadata:
|
||||
name: Hello World
|
||||
description: This validation prints Hello World!
|
||||
groups:
|
||||
- pre-deployment
|
||||
- hardware
|
||||
groups:
|
||||
- pre-deployment
|
||||
- hardware
|
||||
roles:
|
||||
- hello-world
|
||||
|
||||
@ -93,9 +93,9 @@ class Validation(object):
|
||||
metadata:
|
||||
name: hello world
|
||||
description: this validation prints hello world!
|
||||
groups:
|
||||
- pre-deployment
|
||||
- hardware
|
||||
groups:
|
||||
- pre-deployment
|
||||
- hardware
|
||||
roles:
|
||||
- hello-world
|
||||
|
||||
@ -115,9 +115,9 @@ class Validation(object):
|
||||
metadata: <====
|
||||
name: hello world
|
||||
description: this validation prints hello world!
|
||||
groups:
|
||||
- pre-deployment
|
||||
- hardware
|
||||
groups:
|
||||
- pre-deployment
|
||||
- hardware
|
||||
roles:
|
||||
- hello-world
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user