Install bsd-mailx with nullmailer

certbot_on_virtu
Alexandre Iooss 2020-07-17 12:40:25 +02:00
parent a1e0e35dca
commit 3eaca766ff
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
- name: Install nullmailer
apt:
update_cache: true
name: nullmailer
name:
- nullmailer
- bsd-mailx
register: apt_result
retries: 3
until: apt_result is succeeded