tripleo-validations/playbooks/ceph-ansible-installed.yaml
Gael Chamoulaud (Strider) 205a4711ef
Use a Literal Block Scalar instead of Folding one for validation
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>
2020-10-19 07:40:00 +02:00

17 lines
421 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Check if ceph-ansible is installed on the undercloud
description: |
Prints a message if ceph-ansible isn't installed
groups:
- pre-deployment
- pre-ceph
fail_without_ceph_ansible: false
ceph_ansible_repo: "centos-ceph-nautilus"
tasks:
- include_role:
name: ceph
tasks_from: ceph-ansible-installed