From 6a61f8f7bf4b10426b8ffbd799a145c87011d91c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:25 -0400 Subject: [PATCH] Update relative path to bootstrap files --- 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 a226625..a49e5be 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: roles/pvc/files/ceph/{{ cluster_group }}/ceph/ + dest: files/ceph/{{ cluster_group }}/ceph/ flat: yes with_items: - ceph.conf