Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
{{ ansible_managed | comment }}
[Unit]
Description=Timer for borgmatic backup
[Timer]
{% if borg_keep_hourly > 0 %}
OnCalendar=hourly
{% else %}
OnCalendar=daily
{% endif %}
RandomizedDelaySec=60m
FixedRandomDelay=true
[Install]
WantedBy=timers.target