Skip to content

Commit

Permalink
Merge pull request #176 from ceph/mergify/bp/pacific/pr-174
Browse files Browse the repository at this point in the history
packaging: add validate directory (backport #174)
  • Loading branch information
guits authored Sep 30, 2022
2 parents 76f4e16 + de6eabb commit 58c9134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cephadm-ansible.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cephadm-ansible is a collection of Ansible playbooks to simplify workflows that
%install
mkdir -p %{buildroot}%{_datarootdir}/cephadm-ansible

for f in ansible.cfg *.yml ceph_defaults library module_utils; do
for f in ansible.cfg *.yml ceph_defaults library module_utils validate; do
cp -a $f %{buildroot}%{_datarootdir}/cephadm-ansible
done

Expand Down

0 comments on commit 58c9134

Please sign in to comment.