]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 4 Feb 2021 16:05:19 +0000 (17:05 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 5 Feb 2021 23:34:14 +0000 (00:34 +0100)
fixes a typo

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-validate/tasks/check_system.yml

index 5c3518a044f050973c40754857dbc72223997907..6794fd28a854f7be1ba1e9649b6e3214e76a3f23 100644 (file)
@@ -26,7 +26,7 @@
 
 - name: fail on unsupported CentOS release
   fail:
-    msg: "CentOS release not supported {{ ansible_distribution_major_version }} with dashboard"
+    msg: "CentOS release {{ ansible_distribution_major_version }} not supported with dashboard"
   when:
     - ansible_distribution == 'CentOS'
     - ansible_distribution_major_version | int == 7