1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00

Had restic_backup_now default assignment in the wrong file I think

This commit is contained in:
Ben 2023-08-31 09:11:12 -04:00
parent 9ee20b675a
commit dec516c514
2 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,7 @@ restic_repos: {}
restic_backups: []
restic_create_schedule: "{{ restic_create_cron }}"
restic_schedule_type: "systemd"
restic_backup_now: false
# restic_schedule_type: "cronjob"
restic_no_log: true

View file

@ -21,4 +21,3 @@ restic_system: '{{ ansible_system | lower }}'
restic_url_v: 'v{{ restic_version }}/restic_{{ restic_version }}_'
restic_file: '{{ restic_system }}_{{ restic_platform }}.bz2'
restic_url_default: '{{ restic_url_r }}{{ restic_url_v }}{{ restic_file }}'
restic_backup_now: false