Delete unused variables

This commit is contained in:
phil 2023-04-09 09:51:13 +02:00
parent dee49f5405
commit 73d0a45c1b

View file

@ -18,11 +18,8 @@ borg_retention_policy:
keep_daily: 7 keep_daily: 7
keep_weekly: 4 keep_weekly: 4
keep_monthly: 6 keep_monthly: 6
borg_user: root
borg_version: false
borgmatic_timer_cron_name: "borgmatic" borgmatic_timer_cron_name: "borgmatic"
borgmatic_timer: cron
borgmatic_timer_hour: "{{ range(0, 5) | random(seed=inventory_hostname) }}" borgmatic_timer_hour: "{{ range(0, 5) | random(seed=inventory_hostname) }}"
borgmatic_timer_minute: "{{ range(0, 59) | random(seed=inventory_hostname) }}" borgmatic_timer_minute: "{{ range(0, 59) | random(seed=inventory_hostname) }}"
@ -45,6 +42,5 @@ borgmatic_check_last: 3
borgmatic_store_atime: true borgmatic_store_atime: true
borgmatic_store_ctime: true borgmatic_store_ctime: true
borgmatic_relocated_repo_access_is_ok: false borgmatic_relocated_repo_access_is_ok: false
borgmatic_version: false
ssh_config_path: /root/.ssh/config ssh_config_path: /root/.ssh/config