mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-13 21:30:18 +01:00
1145fd254e
Signed-off-by: L3D <l3d@c3woc.de>
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: 28 # should be int
|
|
playbook_version_path: 'do1jlr.restic.version'
|