]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rgw: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 25 Mar 2019 14:10:23 +0000 (15:10 +0100)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 25 Mar 2019 20:02:56 +0000 (16:02 -0400)
ee2d52d33df2a311cdf0ff62abd353fccb3affbc introduced a typo.
This commit fixes it.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-rgw/tasks/main.yml

index 052fa1e1047acf9cdc993f4e45f564ea4010aa28..c785aff83c4b1a5225220249ddc286a1aaf7d59f 100644 (file)
@@ -22,7 +22,7 @@
   include_tasks: multisite/main.yml
   when: rgw_multisite
 
-- name: rgw pool realted tasks
+- name: rgw pool related tasks
   when:
     - rgw_create_pools is defined
   block: