1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00
ansible_role_restic/vars/defaults.yml
Matthias Leutenegger 14efc66902 newline added
2019-08-15 08:51:25 +02:00

13 lines
280 B
YAML

---
# we use a platform map to decipher system version
_platform_map:
i386: 386
x86_64: amd64
aarch64: arm64
armv7l: arm
armv6l: arm
restic_create_paths:
- '{{ restic_install_path }}/bin'
restic_bin_bath: '{{ restic_download_path }}/bin/restic-{{ restic_version }}'