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.
This commit is contained in:
Thomas Woerner
2018-06-21 13:14:19 +02:00
parent 1ed9379c9c
commit 86e9496ab6

View File

@@ -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'