ansible-role-borgbackup/templates
Robert McQueen fbf22dfe8a
Generate hooks in a single to_nice_yaml invocation
Invoking to_nice_yaml on a scalar value generates a two-line YAML document "value\n...\n" which corrupts the value of a hook such as healthcheck which is just a single string URL. Instead of looping over each of the hooks, define a dictionary with hooks at the top level and have to_nice_yaml transform it in a single invocation. Fixes #117.
2023-03-28 18:11:44 +01:00
..
borgmatic.service.j2 Restructure role, add Systemd timer option. By @conloos (#112) 2023-03-28 18:01:12 +01:00
borgmatic.timer.j2 Restructure role, add Systemd timer option. By @conloos (#112) 2023-03-28 18:01:12 +01:00
config.yaml.j2 Generate hooks in a single to_nice_yaml invocation 2023-03-28 18:11:44 +01:00