Some validations have a long description and are displayed as it. Which makes the Validator Show CLI output unreadable. This patch replaces all the Folding Block Scalar by Literal ones in order to get a better output. Change-Id: Iea42706e07ea7bef598bdd26875050a47d95485d Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
14 lines
249 B
YAML
14 lines
249 B
YAML
---
|
|
- hosts: all
|
|
vars:
|
|
metadata:
|
|
name: System encoding
|
|
description: |
|
|
Ensure the local is unicode
|
|
groups:
|
|
- pre-deployment
|
|
- pre-upgrade
|
|
system_encoding_debug: false
|
|
roles:
|
|
- system_encoding
|