From 89bf5aa3c30333748c7c1b411e6187c1ecffb4f4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sep 08 2016 20:11:43 +0000 Subject: Add libselinux-python to the ansible-node group If the target system has SELinux present, we need to make sure that we have libselinux-python available or else nearly all Ansible modules will fail with the error "Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!" Resolves: RHBZ#1374491 Signed-off-by: Stephen Gallagher --- diff --git a/comps-f24.xml.in b/comps-f24.xml.in index 16ffc04..8a6eca8 100644 --- a/comps-f24.xml.in +++ b/comps-f24.xml.in @@ -100,6 +100,7 @@ true python2-dnf + libselinux-python diff --git a/comps-f25.xml.in b/comps-f25.xml.in index 3ed8792..ce9a2f2 100644 --- a/comps-f25.xml.in +++ b/comps-f25.xml.in @@ -101,6 +101,7 @@ true python2-dnf + libselinux-python diff --git a/comps-f26.xml.in b/comps-f26.xml.in index 1b74bf8..6ec896d 100644 --- a/comps-f26.xml.in +++ b/comps-f26.xml.in @@ -101,6 +101,7 @@ true python2-dnf + libselinux-python