mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
11 lines
No EOL
200 B
YAML
11 lines
No EOL
200 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' |