1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00
ansible_role_restic_archiver/tasks/mail.yml

10 lines
177 B
YAML
Raw Normal View History

2020-12-14 16:05:01 +01:00
---
2021-01-11 19:01:04 +01:00
- name: install requirements
become: true
2021-05-11 00:14:17 +02:00
ansible.builtin.package:
2021-01-11 19:01:04 +01:00
name:
- jq
- bsd-mailx
state: present
2021-02-17 17:21:20 +01:00
when: restic_archiver__mailsummary | bool