ansible: Install bzip2 on nodes with the developer role
[lttng-ci.git] / automation / ansible / roles / developer / defaults / main.yml
index f44e038b1d56be55e70ac1366523a8bbc9991053..3acb9473d1912656795a5bc9d79435b017400673 100644 (file)
@@ -4,6 +4,8 @@ developer_gui_packages: []
 
 developer_install_tui: true
 developer_tui_packages:
+  # Used by tar when downloading .tar.bz2 releases with vlttng
+  - bzip2
   - emacs-nox
   - gdb
   - pkg-config
This page took 0.022555 seconds and 4 git commands to generate.