mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
11 lines
240 B
YAML
11 lines
240 B
YAML
|
---
|
||
|
- name: deploy restic template
|
||
|
template:
|
||
|
src: templates/restic_mailsummary.j2
|
||
|
dest: /opt/restic-mailsummary.sh
|
||
|
group: "{{ restic_archiver__owner }}"
|
||
|
owner: "{{ restic_archiver__group }}"
|
||
|
mode: 0700
|
||
|
become: true
|
||
|
|