cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible
done
-# Strip coreos files.
-# These are unneeded on RPM-based distros, and the playbooks download random
-# things from around the internet.
pushd %{buildroot}%{_datarootdir}/ceph-ansible
+ # Strip coreos files.
+ # These are unneeded on RPM-based distros, and the playbooks download random
+ # things from around the internet.
rm -r roles/ceph-common-coreos
rm group_vars/common-coreoss.yml.sample
+ # These untested playbooks are too unstable for users.
rm -r infrastructure-playbooks/untested-by-ci
popd