ipaserver/vars/default.yml: Use python3-libselinux instead of libselinux-python

The python3 bindings should be required and not the python2 bindings as a
default.
This commit is contained in:
Thomas Woerner
2018-06-21 13:27:41 +02:00
parent 587fef68ad
commit 74a55d6efd

View File

@@ -1,5 +1,5 @@
# defaults file for ipaserver
# vars/default.yml
ipaserver_packages: [ "ipa-server", "libselinux-python" ]
ipaserver_packages: [ "ipa-server", "python3-libselinux" ]
ipaserver_packages_dns: [ "ipa-server-dns" ]
ipaserver_packages_adtrust: [ "samba" ]