fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-15 12:20:12 +03:00
parent 3f4556f3b2
commit 246905a2ee
4 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
vars:
borgmatic_install: false # we handle installation separately to get the recent version
# borgmatic_ssh_key_gen_options: "-t ed25519 -a 100"
borgmatic_ssh_key_path: "{{ ssh_key_path }}"
borgmatic_ssh_key_path: "{{ borgmatic_sshkey_path }}"
borgmatic_schedule_on: "{{ borgmatic_schedule_oncalendar }}"
borgmatic_schedule_max_random_delay: 600
borgmatic_config: "{{ borgmatic_composite_config }}"