JGoutin / ansible_home

A collection of Ansible roles for home free software self-hosting.
https://galaxy.ansible.com/jgoutin/home
GNU General Public License v3.0
31 stars 6 forks source link

Update configurations files with changes from "rpmnew" files #64

Closed JGoutin closed 1 year ago

JGoutin commented 1 year ago

Ensure configuration updated from packages are merged in the Ansible configuration.

Also check for "rpmnew" files that are not modified by the role but that may be updated.

rpm -Vlc --all
find / -print | egrep "rpmnew$|rpmsave$"
JGoutin commented 1 year ago

Files from the role managed.

Other files should likely be managed on case by case basis using rpmconf -c then rpmconf -a.