mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-15 16:10:19 +01:00
12 lines
331 B
YAML
12 lines
331 B
YAML
|
---
|
||
|
restic_os_variables:
|
||
|
files:
|
||
|
- '{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml'
|
||
|
- '{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml'
|
||
|
- '{{ distribution }}.yml'
|
||
|
- '{{ ansible_os_family }}.yml'
|
||
|
- '{{ ansible_system }}.yml'
|
||
|
- 'defaults.yml'
|
||
|
paths:
|
||
|
- 'vars'
|