mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
do not touch RHEL8
This commit is contained in:
parent
1e1f191539
commit
60f6a6246e
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@
|
|||
- libselinux-python
|
||||
state: "{{ base__package_state }}"
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
- ansible_os_family == 'RedHat' and ansible_distribution_version | float <= 7
|
||||
|
|
Loading…
Reference in a new issue