Backup old configuration by default as recommended by OASIS

https://github.com/oasis-roles/meta_standards#generating-files-from-templates
This commit is contained in:
Jakub Jelen 2020-09-14 18:33:13 +02:00
parent 66a4ccbcee
commit f0de8fb16e

View file

@ -21,7 +21,7 @@ sshd_service_template_socket: sshd.socket.j2
sshd_allow_reload: true
# If the below is true, create a backup of the config file when the template is copied
sshd_backup: false
sshd_backup: true
# Empty dicts to avoid errors
sshd: {}