From 48e67daf378103f585255b309cc586fc93c85ee9 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 16 Nov 2019 23:12:07 -0500 Subject: [PATCH] remove duplicity/python-boto, add postfix, mailutils --- ubuntu/roles/common/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index 2517267..e6ea912 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -38,8 +38,6 @@ - htop - haveged - python-pip - - duplicity - - python-boto - build-essential - vnstat - python-dev @@ -47,6 +45,8 @@ - unattended-upgrades - iptables-persistent - netfilter-persistent + - mailutils + - postfix - name: Remove packages we do not need apt: name: "{{ packages }}"