From c920fc81a5d8c5701d691be0b00f4bcde669d430 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Sun, 5 May 2019 19:26:37 +0200 Subject: [PATCH] shell: add new shell tools for buster --- shell/tasks/shell.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/shell/tasks/shell.yml b/shell/tasks/shell.yml index 4c27aab..603d49b 100644 --- a/shell/tasks/shell.yml +++ b/shell/tasks/shell.yml @@ -56,6 +56,17 @@ - packages - shell +- name: ensure installation of modern additional software + apt: + name: + - ripgrep + - fd-find + state: present + when: debian_version == "buster" + tags: + - packages + - shell + - name: ensure we have an up-to-date version of grml-zsh-config get_url: url: https://www.archlinux.org/packages/extra/any/grml-zsh-config/download/ -- GitLab