ansible: Install git-review 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 - git-review
12 - pkg-config
13 - tmux
14 - vim-nox
15 # wget may be used by some vlttng commands
16 - wget
17
18 developer_install_vlttng: true
19 developer_pip_requirements:
20 - python3-pip
21 - python3-setuptools
This page took 0.033172 seconds and 4 git commands to generate.