ansible: Add lzop to common role
[lttng-ci.git] / automation / ansible / roles / common / vars / Debian.yml
index 79d4c305b06e88045ce941e38f0a4375fffe6758..c8f615fae2bb4f896e2738caa69efc9aec340970 100644 (file)
@@ -1,13 +1,16 @@
 ---
 __common_packages:
+  - openssh-server
   - sudo
-  - openjdk-7-jdk
+  - default-jdk-headless
   - git
   - vim
+  - emacs-nox
   - tree
   - htop
   - build-essential
   - clang
+  - clang-tools
   - automake
   - autoconf
   - libtool
@@ -16,5 +19,12 @@ __common_packages:
   - libtap-harness-archive-perl
   - jq
   - cppcheck
+  - cloc
   - python-virtualenv
   - curl
+  - gettext
+  - libssl-dev
+  - psmisc
+  - rsync
+  - pbzip2
+  - lzop
This page took 0.022317 seconds and 4 git commands to generate.