# vars/Ubuntu-18.04.yml --- ipaclient_packages: [ "freeipa-client" ] # Ubuntu Bionic Beaver must use python2 as Python interpreter due # to the way python-ipalib package is defined. # Package python2.7 must be installed before executing this role. ansible_python_interpreter: '/usr/bin/python2.7'