ansible: Install bzip2 on nodes with the developer role
[lttng-ci.git] / automation / ansible / roles / developer / defaults / main.yml
CommitLineData
b95bc311
KS
1---
2developer_install_gui: false
3developer_gui_packages: []
4
5developer_install_tui: true
6developer_tui_packages:
eea33a20
KS
7 # Used by tar when downloading .tar.bz2 releases with vlttng
8 - bzip2
b95bc311
KS
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
17developer_install_vlttng: true
18developer_pip_requirements:
19 - python3-pip
20 - python3-setuptools
This page took 0.024144 seconds and 4 git commands to generate.