ansible role to install etckeeper on debian/fedora/centos
Go to file
neingeist 3649de7e3a allow avoiding autocommits
by default, etckeeper will be configured so that auto commits are on (etckeeper
default).  if avoid_autocommits is true, etckeeper will be configured to avoid
autocommits (daily or before package manager runs).
defaults allow avoiding autocommits
tasks refactor: use a template for etckeeper.conf instead of copies
templates allow avoiding autocommits