mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
fix newline
This commit is contained in:
parent
e3545f7410
commit
9911929a79
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ restic_platform: '{{ _platform_map[arch] | default(arch) }}'
|
||||||
restic_system: '{{ ansible_system | lower }}'
|
restic_system: '{{ ansible_system | lower }}'
|
||||||
restic_url_v: 'v{{ restic_version }}/restic_{{ restic_version }}_'
|
restic_url_v: 'v{{ restic_version }}/restic_{{ restic_version }}_'
|
||||||
restic_file: '{{ restic_system }}_{{ restic_platform }}.bz2'
|
restic_file: '{{ restic_system }}_{{ restic_platform }}.bz2'
|
||||||
restic_url_default: '{{ restic_url_r }}{{ restic_url_v }}{{ restic_file }}'
|
restic_url_default: '{{ restic_url_r }}{{ restic_url_v }}{{ restic_file }}'
|
||||||
|
|
Loading…
Reference in a new issue