ansible: Add el8 packages
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / setup-Suse.yml
1 ---
2 - name: Ensure lttng-ust build dependencies are installed.
3 zypper: "name={{ item }} state=installed update_cache=yes"
4 with_items: "{{ lttng_ust_packages }}"
This page took 0.029943 seconds and 4 git commands to generate.