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