7 lines
149 B
YAML
7 lines
149 B
YAML
|
---
|
||
|
- name: "enable and start restic-batch service"
|
||
|
ansible.builtin.systemd:
|
||
|
name: "restic-batch.timer"
|
||
|
enabled: true
|
||
|
state: "started"
|