ansible: Add compilers to amd64 nodes
[lttng-ci.git] / automation / ansible / roles / compilers / tasks / setup-Debian.yml
1 ---
2 - name: Update apt cache.
3 apt: update_cache=yes cache_valid_time=86400
4
5 - name: Ensure compilers packages are installed.
6 apt: "name={{ item }} state=present"
7 with_items: "{{ compilers_packages }}"
This page took 0.028681 seconds and 4 git commands to generate.