ansible: Update config for 2.5
[lttng-ci.git] / automation / ansible / roles / liburcu / tasks / setup-Suse.yml
CommitLineData
599b56d0
MJ
1---
2- name: Ensure liburcu build dependencies are installed.
3 zypper: "name={{ item }} state=installed update_cache=yes"
4 with_items: "{{ liburcu_packages }}"
This page took 0.022117 seconds and 4 git commands to generate.