mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
L3D
1b6c55473c
Restic release [0.12.1](https://github.com/restic/restic/releases/tag/v0.12.1) is available \o/
14 lines
432 B
YAML
14 lines
432 B
YAML
---
|
|
restic_os_variables:
|
|
files:
|
|
- '{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml'
|
|
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
|
|
- '{{ ansible_distribution }}.yml'
|
|
- '{{ ansible_os_family }}.yml'
|
|
- '{{ ansible_system }}.yml'
|
|
- 'defaults.yml'
|
|
paths:
|
|
- 'vars'
|
|
|
|
playbook_version_number: 15 # should be int
|
|
playbook_version_path: 'do1jlr.restic.version'
|