ipa[server,replica,client]: Deactivate Python2/3 test

This test is not properly working with EL-8 nodes as the default system
python is not located in /usr/bin. Additionally Ansible 2.8 is able to
detect the default python version on the system. As the installation
base for IPA 4.5.90 where the Python 3 bindings have not been working
properly should be really small or not existing any more the deactivation
of this test should be fine.
This commit is contained in:
Thomas Woerner
2019-06-04 11:58:52 +02:00
parent 2dc2799883
commit b51397eb89
3 changed files with 9 additions and 9 deletions

View File

@@ -8,8 +8,8 @@
with_items: "{{ ipaclient_packages }}"
when: ipaclient_install_packages | bool
- name: Install - Include Python2/3 import test
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
#- name: Install - Include Python2/3 import test
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
- name: Install - Set ipaclient_servers
set_fact:
@@ -111,9 +111,9 @@
set_fact:
ipaclient_ansible_python_interpreter: "{{ ansible_python_interpreter }}"
- name: Install - Include Python2/3 import test
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
delegate_to: "{{ result_ipaclient_test.servers[0] }}"
#- name: Install - Include Python2/3 import test
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
# delegate_to: "{{ result_ipaclient_test.servers[0] }}"
- name: Install - Get One-Time Password for client enrollment
no_log: yes

View File

@@ -25,8 +25,8 @@
when: ipareplica_install_packages | bool
- name: Install - Include Python2/3 import test
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
#- name: Install - Include Python2/3 import test
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
- name: Install - Set default principal if no keytab is given
set_fact:

View File

@@ -24,8 +24,8 @@
when: ipaserver_install_packages | bool
- name: Install - Include Python2/3 import test
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
#- name: Install - Include Python2/3 import test
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
- name: Install - Server installation test
ipaserver_test: