]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
adds the infrastructure-playbooks dir to the rpm packaging
authorAndrew Schoen <aschoen@redhat.com>
Mon, 12 Dec 2016 21:52:23 +0000 (15:52 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 14 Dec 2016 15:12:46 +0000 (09:12 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible.spec.in

index 8bba4d4ab2d66e8d7d249337a97c700ab8305ae2..6e91f68bc56d7ecd5f0d8601a78d41d72f7988ce 100644 (file)
@@ -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