mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 19:33:31 +01:00
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: 24 # should be int
|
|
playbook_version_path: 'do1jlr.restic.version'
|