Update kernel since previous kernel hang on boot
[lttng-ci.git] / automation / ansible / roles / lttng-scope / tasks / setup-RedHat.yml
CommitLineData
89ae81c0
MJ
1---
2- name: Ensure lttng_scope build dependencies are installed.
3 yum:
4 name: "{{ item }}"
5 state: installed
6 with_items: "{{ lttng_scope_packages }}"
This page took 0.022446 seconds and 4 git commands to generate.