diff --git a/roles/common-tools/tasks/main.yml b/roles/common-tools/tasks/main.yml index e9d544c774ef2d5f3da410fdbda21a2fa5405eba..6a16dbd9c812467a0a4ec6d1ac694da92d62ce04 100644 --- a/roles/common-tools/tasks/main.yml +++ b/roles/common-tools/tasks/main.yml @@ -12,7 +12,6 @@ - curl # placeholder - debsums - emacs-nox # for maman - - fish # to motivate @edpibu - git # code versioning - htop # better than top - iotop # monitor i/o @@ -43,6 +42,8 @@ - os-prober # makes grub-install lag # - oidentd # kill the monster, https://youtu.be/yhNB0vO7FxI - python3-reportbug + - fish + - joe register: apt_result retries: 3 until: apt_result is succeeded