mirror of https://github.com/ceph/ceph-ansible.git
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
parent
2bbb4acca6
commit
2597a557c5
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: copy ceph admin keyring when non containerized deployment
|
- name: copy ceph admin keyring
|
||||||
copy:
|
copy:
|
||||||
src: "{{ fetch_directory }}/{{ fsid }}/etc/ceph/{{ cluster }}.client.admin.keyring"
|
src: "{{ fetch_directory }}/{{ fsid }}/etc/ceph/{{ cluster }}.client.admin.keyring"
|
||||||
dest: "/etc/ceph/"
|
dest: "/etc/ceph/"
|
||||||
|
|
Loading…
Reference in New Issue