ansible: update packages

fix-ci
bretello 2023-09-14 22:57:58 +02:00
parent 99baa7f1e0
commit 9ed23cd5a5
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 6 additions and 1 deletions

View File

@ -7,21 +7,26 @@ packages:
- "git" - "git"
- "grc" - "grc"
- "htop" - "htop"
- "mtr"
- "nmap" - "nmap"
- "ripgrep" - "ripgrep"
- "tmux" - "tmux"
- "tree" - "tree"
- "vim" - "vim"
- "zsh" - "zsh"
- "iotop"
packages_debian: packages_debian:
- "pylint" - "pylint"
- "ipython3" - "ipython3"
- "python3-pip" - "python3-pip"
- "python3-setuptools" - "python3-setuptools"
- "virtualenv" - "virtualenv"
- "batcat"
- "mtr-tiny"
packages_archlinux: packages_archlinux:
- "man"
- "ipython" - "ipython"
- "python-pylint" - "python-pylint"
- "python-virtualenv" - "python-virtualenv"
- "bash-language-server" - "bash-language-server"
- "bat"
- "mtr"