From 55b071a11427a7a3f681df8065b3cbf0748a6945 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 30 Oct 2018 17:12:33 +0100 Subject: [PATCH] lint: remove trailling spaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- roles/ceph-validate/tasks/check_rgw_multisite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-validate/tasks/check_rgw_multisite.yml b/roles/ceph-validate/tasks/check_rgw_multisite.yml index 8ad3d2c98..3cf9c07f1 100644 --- a/roles/ceph-validate/tasks/check_rgw_multisite.yml +++ b/roles/ceph-validate/tasks/check_rgw_multisite.yml @@ -9,7 +9,7 @@ msg: "rgw_zonemaster and rgw_zonesecondary must be defined" when: rgw_zonemaster is undefined or rgw_zonesecondary is undefined -- name: fail if rgw_zonemaster and rgw_zonesecondary are both true +- name: fail if rgw_zonemaster and rgw_zonesecondary are both true fail: msg: "rgw_zonemaster and rgw_zonesecondary cannot both be true" when: -- 2.39.5