ansible: Add Rocky Linux support support to developer role
[lttng-ci.git] / automation / ansible / roles / developer / vars / RedHat.yml
1 ---
2 developer_tui_packages:
3 # Used by tar when downloading .tar.bz2 releases with vlttng
4 - bzip2
5 - emacs-nox
6 - gdb
7 - pkg-config
8 - tmux
9 # - vim-nox
10 - vim
11 # wget may be used by some vlttng commands
12 - wget
This page took 0.029805 seconds and 4 git commands to generate.