From 404751f695cf8148efa0fff2c628414868e3df77 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 8 Apr 2021 14:04:56 -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