mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 21:00:18 +01:00
Set restic_backup_now variable to false by default
This commit is contained in:
parent
4740ebb5d3
commit
31a0197256
1 changed files with 1 additions and 0 deletions
|
@ -21,3 +21,4 @@ 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