From: Guillaume Abrioux Date: Thu, 4 Feb 2021 16:05:19 +0000 (+0100) Subject: validate: fix a typo X-Git-Tag: v6.0.0~15 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c1f627c465c4942dfeed24cb0b529188231aec44;p=ceph-ansible.git validate: fix a typo fixes a typo Signed-off-by: Guillaume Abrioux --- 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