From 144a8fe219ce269a914c133881c978e3fe025a1d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 24 Aug 2018 18:48:26 +0200 Subject: [PATCH] Add iotop --- tasks/arch_CLI_packages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index 3a663ac..af3afde 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -10,6 +10,7 @@ state: present with_items: - wget + - anacron - zsh - vim - tmux @@ -19,6 +20,7 @@ - sshfs - htop - ntop + - iotop - glances - ranger