]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
client: fix an incorrect title in a task
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 26 Jul 2018 13:27:21 +0000 (15:27 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 26 Jul 2018 13:57:41 +0000 (15:57 +0200)
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>
roles/ceph-client/tasks/pre_requisite.yml

index d5f7ae7fc0658aaa014e8e0ca2598030d2689cc1..2db91cf2109b7bddfa50188fac9d0b48ef1a5bb8 100644 (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/"