Skip to content

Commit

Permalink
updated install file
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfx committed Dec 13, 2022
1 parent 8bc41af commit 5c470bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_normal.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install libselinux-python to work with SELinux setting
yum:
name: 'libselinux-python'
name: 'libselinux-python3'
state: 'installed'
when:
- not (ansible_distribution in ['RedHat','CentOS','AlmaLinux','Rocky'] and ansible_distribution_major_version == '8')
Expand Down

0 comments on commit 5c470bf

Please sign in to comment.