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).
This commit is contained in:
neingeist 2016-08-25 20:04:05 +02:00
parent 6de0ca21cc
commit 3649de7e3a
2 changed files with 4 additions and 2 deletions

2
defaults/main.yml Normal file
View file

@ -0,0 +1,2 @@
---
avoid_autocommits: false