ansible: add gcc-4.9 to build older kernels
[lttng-ci.git] / automation / ansible / roles / lttng-modules / tasks / setup-RedHat.yml
1 ---
2 - name: Ensure lttng-modules build dependencies are installed.
3 yum:
4 name: "{{ item }}"
5 state: installed
6 with_items: lttng_modules_packages
This page took 0.03135 seconds and 4 git commands to generate.