Add support for Python3 based freeipa versions (F-27+), make Python3 default

Add configuration for F-26, F-27 and RHEL-7 to be Python2 based
This commit is contained in:
Thomas Woerner
2017-10-02 17:12:15 +02:00
parent e797410e62
commit 895a887701
5 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
ipaclient_package: python2-ipaclient
ansible_python_interpreter: '/usr/bin/python2'