ansible: python3-sphinx is installable on RHEL
[lttng-ci.git] / automation / ansible / roles / cross-compilers / tasks / setup-RedHat.yml
CommitLineData
601db8ee 1---
0eb6d73e 2- name: Ensure cross-compilers packages are installed.
601db8ee
MJ
3 yum:
4 name: "{{ item }}"
5 state: installed
d237703a 6 with_items: "{{ cross_compilers_packages }}"
This page took 0.025411 seconds and 4 git commands to generate.