ansible_role_restic/vars/defaults.yml

12 lines
201 B
YAML
Raw Normal View History

2019-08-13 13:26:40 +02:00
---
# 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:
2019-08-14 16:59:32 +02:00
- '{{ restic_install_path }}/bin'