From 547b84d53527d9298deee52ab7097045afdca01b Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 12 Dec 2016 15:52:23 -0600 Subject: [PATCH] adds the infrastructure-playbooks dir to the rpm packaging Signed-off-by: Andrew Schoen --- ceph-ansible.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible.spec.in b/ceph-ansible.spec.in index 8bba4d4ab..6e91f68bc 100644 --- a/ceph-ansible.spec.in +++ b/ceph-ansible.spec.in @@ -31,7 +31,7 @@ Ansible playbooks for Ceph %install mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible -for f in ansible.cfg *.yml *.sample group_vars roles library plugins; do +for f in ansible.cfg *.yml *.sample group_vars roles library plugins infrastructure-playbooks; do cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible done -- 2.39.5