From be0e0ea21a19645c789f4d4de0f7dff2a10373fb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 7 Sep 2014 23:51:52 +0300 Subject: [PATCH] roles/common: Remove irqbalance We're a VM, we don't have IRQs. Signed-off-by: Alan Orth --- roles/common/tasks/packages_Ubuntu.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/common/tasks/packages_Ubuntu.yml b/roles/common/tasks/packages_Ubuntu.yml index 14640f2..4c3a5c7 100644 --- a/roles/common/tasks/packages_Ubuntu.yml +++ b/roles/common/tasks/packages_Ubuntu.yml @@ -41,6 +41,9 @@ - command-not-found-data - python3-commandnotfound +- name: Remove irqbalance + apt: pkg=irqbalance state=absent purge=yes + - name: Configure cron-apt (config) copy: src=cron-apt/config dest=/etc/cron-apt/config mode=0644 owner=root group=root