Merge "Fix the syntax for groups in documentation."

This commit is contained in:
Zuul 2021-03-15 21:05:12 +00:00 committed by Gerrit Code Review
commit fbcce5894c
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