ansible: python3-sphinx is installable on RHEL
[lttng-ci.git] / automation / ansible / roles / common / tasks / setup-RedHat.yml
CommitLineData
3ea0152b
MJ
1---
2- name: Ensure common packages are installed.
936c5014 3 dnf:
3ea0152b
MJ
4 name: "{{ item }}"
5 state: installed
d237703a 6 with_items: "{{ common_packages }}"
This page took 0.028848 seconds and 4 git commands to generate.