From af89db68beff4b2f14f71131776b36478e76854f Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 15 Aug 2018 18:17:49 -0400 Subject: [PATCH] Remove sysstat --- roles/common/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index c0416c2..f9c6a5a 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -40,6 +40,11 @@ - build-essential - tmux +- name: Remove un-needed programs + apt: name={{ item }} state=absent force=yes + with_items: + - sysstat + - name: Replace sudoers file template: src=../roles/common/templates/sudoers.j2 dest=/etc/sudoers