1
0
Fork 0
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:
L3D 2020-11-11 11:36:23 +01:00 committed by GitHub
parent 1e1f191539
commit 60f6a6246e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,4 @@
- libselinux-python - libselinux-python
state: "{{ base__package_state }}" state: "{{ base__package_state }}"
when: when:
- ansible_os_family == 'RedHat' - ansible_os_family == 'RedHat' and ansible_distribution_version | float <= 7