Fix common tools

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-04-08 10:24:34 +02:00
parent 3ab93fd509
commit 8d649970ee
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
- bash - bash
- bash-completion - bash-completion
- bat - bat
- bind-tools - "{% if ansible_os_family == 'Debian' %}dnsutils{% else %}bind-tools{% endif %}"
- git - git
- man - man
- "{% if ansible_os_family == 'Archlinux' %}mtr{% else %}mtr-tiny{% endif %}" - "mtr{% if ansible_os_family == 'Debian' %}-tiny{% endif %}"
- sl - sl
- htop - htop
- patch - patch