From e760114b8d828c575ae7ad503aa9e122e0242949 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:26 -0400 Subject: [PATCH] Fix bootstrap collection path for Ceph --- roles/pvc/tasks/ceph/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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