Fix the syntax for groups in documentation.

The groups list must be in the metadata.

Change-Id: Id64f71ad8fc02db84a18a27923919b9b03072bb3
This commit is contained in:
Daniel Bengtsson 2021-03-03 11:18:51 +01:00
parent c54307403a
commit 7754b368c5
1 changed files with 9 additions and 9 deletions

View File

@ -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