ansible: Install bzip2 on nodes with the developer role
[lttng-ci.git] / automation / ansible / roles / developer / vars / Suse.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
13
14 developer_sles_products:
15 # provides tmux
16 - PackageHub
This page took 0.029382 seconds and 4 git commands to generate.