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:
parent
9ee20b675a
commit
dec516c514
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue