From aa109fa2242e52ca2098ed44665f62be2878f25d Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 28 Nov 2020 16:27:13 +0100 Subject: [PATCH] =?UTF-8?q?Il=20installe=20oidentd,=20=C3=A7a=20tourne=20m?= =?UTF-8?q?al?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/common-tools/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common-tools/tasks/main.yml b/roles/common-tools/tasks/main.yml index 931348a7..87279c79 100644 --- a/roles/common-tools/tasks/main.yml +++ b/roles/common-tools/tasks/main.yml @@ -16,7 +16,6 @@ - htop # better than top - zsh # to be able to ssh @erdnaxe - fish # to motivate @edpibu - - oidentd # postgresql identification - aptitude # nice to have for Ansible - acl # advanced ACL - iotop # monitor i/o @@ -42,6 +41,7 @@ - doc-debian # graphical - debian-faq # graphical - os-prober # makes grub-install lag + - oidentd # kill the monster, https://youtu.be/yhNB0vO7FxI - python3-reportbug register: apt_result retries: 3