ansible: Add Alpine Linux support
[lttng-ci.git] / automation / ansible / roles / liburcu / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure liburcu build dependencies are installed.
3 yum:
4 name: "{{ item }}"
5 state: installed
6 with_items: liburcu_packages
This page took 0.029091 seconds and 4 git commands to generate.