From 84e9512bdc37a4bdfaab532b1ea14954f899f3ab Mon Sep 17 00:00:00 2001 From: shirenn Date: Sat, 15 Jan 2022 17:47:21 +0100 Subject: [PATCH] [common-tools] le joe --- roles/common-tools/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common-tools/tasks/main.yml b/roles/common-tools/tasks/main.yml index e9d544c7..6a16dbd9 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