From 9cc607e9afdc214f3504fdd5f6258722906c30ae Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 6 Jan 2021 14:22:04 -0500 Subject: [PATCH] spec: add module_utils directory Since d7fd468 the ansible modules are using the common code shared in the module_utils directory but that one wasn't added to the spec file. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1910214 Signed-off-by: Dimitri Savineau --- 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 9882a8b8a..4bba1f57a 100644 --- a/ceph-ansible.spec.in +++ b/ceph-ansible.spec.in @@ -38,7 +38,7 @@ Ansible playbooks for Ceph %install mkdir -p %{buildroot}%{_datarootdir}/ceph-ansible -for f in ansible.cfg *.yml *.sample group_vars roles library plugins infrastructure-playbooks; do +for f in ansible.cfg *.yml *.sample group_vars roles library module_utils plugins infrastructure-playbooks; do cp -a $f %{buildroot}%{_datarootdir}/ceph-ansible done -- 2.39.5