mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
9 lines
177 B
YAML
9 lines
177 B
YAML
---
|
|
- name: install requirements
|
|
become: true
|
|
ansible.builtin.package:
|
|
name:
|
|
- jq
|
|
- bsd-mailx
|
|
state: present
|
|
when: restic_archiver__mailsummary | bool
|