From ec716db51242c988286a2c3ca3b8e6bf8c54f6d1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 Feb 2019 22:21:54 +0000 Subject: [PATCH] base: do not try and install old policycoreutils name on rhel8 beta Signed-off-by: Kevin Fenzi --- roles/base/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index de603feb9a..b620cc2fdb 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -12,6 +12,7 @@ - policycoreutils-python tags: - selinux + when: ansible_distribution_major_version|int != 8 - name: ensure packages required for semanage are installed (dnf) dnf: name=['policycoreutils-python-utils'] state=present