Commit b4ca288a by Tim Bielawa

Set %config(noreplace) on /etc/ansible instead of /etc/ansible/* so

the directory is removed on uninstall and its contents are considered
config files.
parent 2d26d1fd
......@@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/ansible*
%{_bindir}/ansible*
%{_datadir}/ansible
%config(noreplace) %{_sysconfdir}/ansible/*
%config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO
%doc %{_mandir}/man1/ansible*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment