diff --git a/roles/pvc/tasks/ceph/bootstrap.yml b/roles/pvc/tasks/ceph/bootstrap.yml index a49e5be..708e76c 100644 --- a/roles/pvc/tasks/ceph/bootstrap.yml +++ b/roles/pvc/tasks/ceph/bootstrap.yml @@ -85,7 +85,7 @@ - name: collect bootstrapped Ceph files into the role fetch: src: /tmp/ceph-bootstrap/{{ item }} - dest: files/ceph/{{ cluster_group }}/ceph/ + dest: files/{{ cluster_group }}/ceph/ flat: yes with_items: - ceph.conf