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