Skip to content

Commit

Permalink
add compatibility with the Red Hat family version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 7, 2022
1 parent d9cdfc9 commit 5eb45fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ os_specific_packages:
- python3-libselinux
- python3-libsemanage
- python3-policycoreutils
RedHat-9:
- python3-libselinux
- python3-libsemanage
- python3-policycoreutils
system_packages:
- "{{ os_specific_packages[ansible_os_family ~ '-' ~ ansible_distribution_major_version] }}"
- python3
Expand Down

0 comments on commit 5eb45fc

Please sign in to comment.