1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00
ansible_role_restic_archiver/vars/main.yml
2020-12-07 18:32:04 +01:00

16 lines
376 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_download_path }}/bin'
- '{{ restic_script_dir }}'
---
playbook_version_number: 20 # should be over ninethousand
playbook_version_path: 'role-restic_archiver_roles-ansible_github.com.version'