From c1f627c465c4942dfeed24cb0b529188231aec44 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 4 Feb 2021 17:05:19 +0100 Subject: [PATCH] validate: fix a typo fixes a typo Signed-off-by: Guillaume Abrioux --- roles/ceph-validate/tasks/check_system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-validate/tasks/check_system.yml b/roles/ceph-validate/tasks/check_system.yml index 5c3518a04..6794fd28a 100644 --- a/roles/ceph-validate/tasks/check_system.yml +++ b/roles/ceph-validate/tasks/check_system.yml @@ -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 -- 2.39.5