mirror of
https://gitea.0xace.cc/ansible-galaxy/selinux.git
synced 2024-11-24 15:26:40 +00:00
add rhel9 support
This commit is contained in:
parent
bc4a555974
commit
eb4a05a9a6
@ -9,7 +9,7 @@
|
||||
package: name=python3-libselinux state=present
|
||||
when:
|
||||
- ansible_facts['os_family'] == 'RedHat'
|
||||
- ansible_facts['distribution_major_version'] == '8'
|
||||
- ansible_facts['distribution_major_version'] >= '8'
|
||||
|
||||
- name: 'Set selinux state'
|
||||
selinux:
|
||||
|
Loading…
Reference in New Issue
Block a user