From 9e38736b93a6b737ecb53d1f41dadf45cbb22c1c Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 25 Oct 2019 00:19:07 +0200 Subject: Various stuff to pre-configure compute nodes --- roles/common/tasks/software.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/common/tasks/software.yml') diff --git a/roles/common/tasks/software.yml b/roles/common/tasks/software.yml index 3a1a5c1..add70d6 100644 --- a/roles/common/tasks/software.yml +++ b/roles/common/tasks/software.yml @@ -7,6 +7,7 @@ - strace - git - pciutils + - htop - name: Ensure all extra packages are installed package: name={{item}} state=present -- cgit v1.2.3