8 lines
136 B
YAML
8 lines
136 B
YAML
---
|
|
- name: Configure Restic Backups
|
|
hosts: all
|
|
become: true
|
|
|
|
roles:
|
|
- role: restic
|
|
when: enable_restic | default(true)
|