78b895421fd8defaa628633719c956f3877c13f5
[lttng-ci.git] / automation / ansible / roles / lttng-ust / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure lttng-ust build dependencies are installed.
3 yum:
4 name: "{{ item }}"
5 state: installed
6 with_items: lttng_ust_packages
This page took 0.029129 seconds and 4 git commands to generate.