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