diff --git a/roles/common-tools/tasks/main.yml b/roles/common-tools/tasks/main.yml
index 931348a7b995a3ac7ec3885909789f82f3f25984..87279c79ea31df99bfb948df85b7bb383fe52cff 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