mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-13 10:52:19 +00:00
10 lines
301 B
YAML
10 lines
301 B
YAML
---
|
|
- name: Borgmatic - Get OS specific vars
|
|
include_vars: "{{ item }}"
|
|
with_first_found:
|
|
- "os/{{ ansible_os_family }}/{{ ansible_distribution_major_version }}.yaml"
|
|
- "os/{{ ansible_os_family }}.yaml"
|
|
- include_tasks: install.yaml
|
|
- include_tasks: config.yaml
|
|
- include_tasks: init.yaml
|