From 89bf5aa3c30333748c7c1b411e6187c1ecffb4f4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Sep 2016 15:58:06 -0400 Subject: [PATCH] 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 --- comps-f24.xml.in | 1 + comps-f25.xml.in | 1 + comps-f26.xml.in | 1 + 3 files changed, 3 insertions(+) diff --git a/comps-f24.xml.in b/comps-f24.xml.in index 16ffc04a..8a6eca8d 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 3ed87924..ce9a2f27 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 1b74bf85..6ec896df 100644 --- a/comps-f26.xml.in +++ b/comps-f26.xml.in @@ -101,6 +101,7 @@ true python2-dnf + libselinux-python