From 6f47c20c3a3f950f066b758fa25db5a2da6cb075 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 25 Mar 2019 15:10:23 +0100 Subject: [PATCH] rgw: fix a typo ee2d52d33df2a311cdf0ff62abd353fccb3affbc introduced a typo. This commit fixes it. Signed-off-by: Guillaume Abrioux --- roles/ceph-rgw/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-rgw/tasks/main.yml b/roles/ceph-rgw/tasks/main.yml index 052fa1e10..c785aff83 100644 --- a/roles/ceph-rgw/tasks/main.yml +++ b/roles/ceph-rgw/tasks/main.yml @@ -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: -- 2.39.5