From: Sébastien Han Date: Tue, 30 Oct 2018 16:12:33 +0000 (+0100) Subject: lint: remove trailling spaces X-Git-Tag: v4.0.0beta1~278 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55b071a11427a7a3f681df8065b3cbf0748a6945;p=ceph-ansible.git lint: remove trailling spaces Signed-off-by: Sébastien Han --- 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: