jjb: Remove coverity build options related to lttng-scope
[lttng-ci.git] / automation / ansible / roles / lttng-scope / tasks / setup-Debian.yml
CommitLineData
89ae81c0
MJ
1---
2- name: Update apt cache.
3 apt: update_cache=yes cache_valid_time=86400
4
5- name: Ensure unity is installed.
6 apt: "name=unity install_recommends=no"
7
8- name: Ensure lttng_scope build dependencies are installed.
58e747d8 9 apt: "name={{ lttng_scope_packages }} state=present"
89ae81c0 10
This page took 0.035381 seconds and 4 git commands to generate.