We are using Ansible to deploy components and, in writing the jinja2 templates, it occurs to me that keeping my .config in sync with my .config.j2 is going to be something I need to "remember" going forward.
Are there better tools than "remembering" to keep the j2 in sync with the latest config files? I am open to all ideas... merge checks? Tests?