jjb: Remove coverity build options related to lttng-scope
[lttng-ci.git] / automation / ansible / roles / lttng-scope / tasks / setup-Debian.yml
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.
9 apt: "name={{ lttng_scope_packages }} state=present"
10
This page took 0.029458 seconds and 4 git commands to generate.