roles/common: Remove irqbalance

We're a VM, we don't have IRQs.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-09-07 23:51:52 +03:00
parent 2156f8b07d
commit be0e0ea21a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

View File

@ -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