From 2597a557c5b81c25ec325ca6ba39f9c636790b5c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 26 Jul 2018 15:27:21 +0200 Subject: [PATCH] client: fix an incorrect title in a task This task would be run on both containerized *and* non containerized deployment. Let's have a proper title to avoid confusion. Signed-off-by: Guillaume Abrioux --- roles/ceph-client/tasks/pre_requisite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-client/tasks/pre_requisite.yml b/roles/ceph-client/tasks/pre_requisite.yml index d5f7ae7fc..2db91cf21 100644 --- a/roles/ceph-client/tasks/pre_requisite.yml +++ b/roles/ceph-client/tasks/pre_requisite.yml @@ -1,5 +1,5 @@ --- -- name: copy ceph admin keyring when non containerized deployment +- name: copy ceph admin keyring copy: src: "{{ fetch_directory }}/{{ fsid }}/etc/ceph/{{ cluster }}.client.admin.keyring" dest: "/etc/ceph/" -- 2.39.5