387a52c2c44d4579f2eb40e27a795c820c95db9e
[lttng-ci.git] / automation / ansible / roles / compilers / tasks / setup-Alpine.yml
1 ---
2 - name: Update apk cache.
3 apk: update_cache=yes
4
5 - name: Ensure compilers packages are installed.
6 apk: "name={{ item }} state=present"
7 with_items: "{{ compilers_packages }}"
This page took 0.029293 seconds and 3 git commands to generate.