Merge "[ensure-python] Improve check for CentOS/RHEL 9 packages"

This commit is contained in:
Zuul 2022-03-03 17:37:39 +00:00 committed by Gerrit Code Review
commit 00c8ae9204

View File

@ -32,7 +32,7 @@
rpm_python_pkg_name: python3-devel
when:
- ansible_distribution_major_version == '9'
- python_version == '3.9'
- python_version|string == '3.9'
- name: Install RPM package
package:
name: "{{ rpm_python_pkg_name }}"