mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 21:33:14 +00:00
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:
@@ -8,8 +8,8 @@
|
|||||||
with_items: "{{ ipaclient_packages }}"
|
with_items: "{{ ipaclient_packages }}"
|
||||||
when: ipaclient_install_packages | bool
|
when: ipaclient_install_packages | bool
|
||||||
|
|
||||||
- name: Install - Include Python2/3 import test
|
#- name: Install - Include Python2/3 import test
|
||||||
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
||||||
|
|
||||||
- name: Install - Set ipaclient_servers
|
- name: Install - Set ipaclient_servers
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -111,9 +111,9 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
ipaclient_ansible_python_interpreter: "{{ ansible_python_interpreter }}"
|
ipaclient_ansible_python_interpreter: "{{ ansible_python_interpreter }}"
|
||||||
|
|
||||||
- name: Install - Include Python2/3 import test
|
#- name: Install - Include Python2/3 import test
|
||||||
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
||||||
delegate_to: "{{ result_ipaclient_test.servers[0] }}"
|
# delegate_to: "{{ result_ipaclient_test.servers[0] }}"
|
||||||
|
|
||||||
- name: Install - Get One-Time Password for client enrollment
|
- name: Install - Get One-Time Password for client enrollment
|
||||||
no_log: yes
|
no_log: yes
|
||||||
|
|||||||
@@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
when: ipareplica_install_packages | bool
|
when: ipareplica_install_packages | bool
|
||||||
|
|
||||||
- name: Install - Include Python2/3 import test
|
#- name: Install - Include Python2/3 import test
|
||||||
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
||||||
|
|
||||||
- name: Install - Set default principal if no keytab is given
|
- name: Install - Set default principal if no keytab is given
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
@@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
when: ipaserver_install_packages | bool
|
when: ipaserver_install_packages | bool
|
||||||
|
|
||||||
- name: Install - Include Python2/3 import test
|
#- name: Install - Include Python2/3 import test
|
||||||
import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
|
||||||
|
|
||||||
- name: Install - Server installation test
|
- name: Install - Server installation test
|
||||||
ipaserver_test:
|
ipaserver_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user