56453eaee8
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
13 lines
245 B
YAML
13 lines
245 B
YAML
---
|
|
- hosts: all
|
|
vars:
|
|
metadata:
|
|
name: NO-OP validation
|
|
description: >
|
|
A simple validation doing nothing in order to test that
|
|
the validations framework works.
|
|
groups:
|
|
- no-op
|
|
roles:
|
|
- no_op
|