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: metadata:
name: Hello World name: Hello World
description: This validation prints Hello World! description: This validation prints Hello World!
groups: groups:
- pre-deployment - pre-deployment
- hardware - hardware
roles: roles:
- hello-world - hello-world
@ -93,9 +93,9 @@ class Validation(object):
metadata: metadata:
name: hello world name: hello world
description: this validation prints hello world! description: this validation prints hello world!
groups: groups:
- pre-deployment - pre-deployment
- hardware - hardware
roles: roles:
- hello-world - hello-world
@ -115,9 +115,9 @@ class Validation(object):
metadata: <==== metadata: <====
name: hello world name: hello world
description: this validation prints hello world! description: this validation prints hello world!
groups: groups:
- pre-deployment - pre-deployment
- hardware - hardware
roles: roles:
- hello-world - hello-world