From 86e9496ab651f299a6b0b0b78ebfb2032f68131c Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Thu, 21 Jun 2018 13:14:19 +0200
Subject: [PATCH] ipaclient/vars/default.yml: Use python3-libselinux instead of
 libselinux-python

The python3 bindings should be required and not the python2 bindings as a
default.
---
 roles/ipaclient/vars/default.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/ipaclient/vars/default.yml b/roles/ipaclient/vars/default.yml
index 54c64d1c..ff34748a 100644
--- a/roles/ipaclient/vars/default.yml
+++ b/roles/ipaclient/vars/default.yml
@@ -1,4 +1,4 @@
 # defaults file for ipaclient
 # vars/default.yml
-ipaclient_packages: [ "ipa-client", "libselinux-python" ]
+ipaclient_packages: [ "ipa-client", "python3-libselinux" ]
 #ansible_python_interpreter: '/usr/bin/python3'
-- 
GitLab