ansible: add gcc-4.9 to build older kernels
[lttng-ci.git] / automation / ansible / roles / lttng-modules / tasks / setup-RedHat.yml
CommitLineData
3ea0152b
MJ
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.021983 seconds and 4 git commands to generate.