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 <gabrioux@redhat.com>
pull/2936/head
Guillaume Abrioux 2018-07-26 15:27:21 +02:00
parent 2bbb4acca6
commit 2597a557c5
1 changed files with 1 additions and 1 deletions

View File

@ -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/"