Remove unused borg_user variable

This commit is contained in:
phil 2023-04-09 09:57:34 +02:00
parent bd333305df
commit dfbcbf3229

View file

@ -15,7 +15,6 @@
name: "{{ borgmatic_timer_cron_name }}"
hour: "{{ borgmatic_timer_hour }}"
minute: "{{ borgmatic_timer_minute }}"
user: "{{ borg_user }}"
cron_file: "{{ borgmatic_timer_cron_name }}"
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} >/dev/null"