Add cross-compiler role to x86 slaves
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-RedHat.yml
CommitLineData
601db8ee
MJ
1---
2- name: Ensure common packages are installed.
3 yum:
4 name: "{{ item }}"
5 state: installed
6 with_items: common_packages
This page took 0.022308 seconds and 4 git commands to generate.