]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
lint: remove trailling spaces
authorSébastien Han <seb@redhat.com>
Tue, 30 Oct 2018 16:12:33 +0000 (17:12 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 31 Oct 2018 13:18:36 +0000 (14:18 +0100)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-validate/tasks/check_rgw_multisite.yml

index 8ad3d2c98f5e1a6d437f5a9574f103de8a6b386c..3cf9c07f1789e687dd7380ea5807d8caeb488cac 100644 (file)
@@ -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: