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
+9 -9
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