Files
ansible-freeipa/roles/ipaclient/vars/default.yml
Thomas Woerner 86e9496ab6 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.
2018-06-21 13:14:19 +02:00

5 lines
156 B
YAML

# defaults file for ipaclient
# vars/default.yml
ipaclient_packages: [ "ipa-client", "python3-libselinux" ]
#ansible_python_interpreter: '/usr/bin/python3'