From 55f5e8581116cc13f96b73035c6225ef61075ae2 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 7 May 2014 15:11:29 +0000 Subject: [PATCH] Common package changes - Remove consolekit - Install duplicity - Install python-boto --- debian/roles/common/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/roles/common/tasks/main.yml b/debian/roles/common/tasks/main.yml index 6817014..8e16a2c 100644 --- a/debian/roles/common/tasks/main.yml +++ b/debian/roles/common/tasks/main.yml @@ -16,9 +16,9 @@ - restart rsyslog - restart cron - name: Install required packages - apt: pkg=most,zsh,vim,vim-scripts,git,subversion,tmux,multitail,mtr-tiny,curl,dnsutils,sudo,gnupg,traceroute,htop,haveged,python-pip,unbound state=present -- name: Remove exim4 - apt: pkg=exim4-daemon-light state=absent + apt: pkg=most,zsh,vim,vim-scripts,git,subversion,tmux,multitail,mtr-tiny,curl,dnsutils,sudo,gnupg,traceroute,htop,haveged,python-pip,unbound,duplicity,python-boto state=present +- name: Remove exim4 and consolekit + apt: pkg=exim4-daemon-light,consolekit state=absent - name: Ensure haveged and unbound are started on boot service: name=haveged enabled=yes service: name=unbound enabled=yes