ansible: Install bzip2 on nodes with the developer role
[lttng-ci.git] / automation / ansible / roles / developer / defaults / main.yml
1 ---
2 developer_install_gui: false
3 developer_gui_packages: []
4
5 developer_install_tui: true
6 developer_tui_packages:
7 # Used by tar when downloading .tar.bz2 releases with vlttng
8 - bzip2
9 - emacs-nox
10 - gdb
11 - pkg-config
12 - tmux
13 - vim-nox
14 # wget may be used by some vlttng commands
15 - wget
16
17 developer_install_vlttng: true
18 developer_pip_requirements:
19 - python3-pip
20 - python3-setuptools
This page took 0.036207 seconds and 4 git commands to generate.