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

These tests have been deactivated for some time with b51397e and are
removed now.
This commit is contained in:
Thomas Woerner
2020-09-08 14:39:20 +02:00
parent 8e664157dd
commit cf4c590303
13 changed files with 0 additions and 122 deletions

View File

@@ -35,9 +35,6 @@
when: ipareplica_install_packages | bool
#- name: Install - Include Python2/3 import test
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
- name: Install - Set ipareplica_servers
set_fact:
ipareplica_servers: "{{ groups['ipaservers'] | list }}"

View File

@@ -1,23 +0,0 @@
---
- block:
- name: Verify Python3 import
script: py3test.py
register: result_py3test
failed_when: False
changed_when: False
check_mode: no
- name: Set python interpreter to 3
set_fact:
ansible_python_interpreter: "/usr/bin/python3"
when: result_py3test.rc == 0
- name: Fail for IPA 4.5.90
fail: msg="You need to install python2 bindings for ipa server usage"
when: result_py3test.rc != 0 and "not usable with python3" in
result_py3test.stdout
- name: Set python interpreter to 2
set_fact:
ansible_python_interpreter: "/usr/bin/python2"
when: result_py3test.failed or result_py3test.rc != 0

View File

@@ -1,9 +1,6 @@
---
# tasks to uninstall IPA replica
# - name: Uninstall - Include Python2/3 import test
# import_tasks: "{{ role_path }}/tasks/python_2_3_test.yml"
- name: Uninstall - Uninstall IPA replica
command: >
/usr/sbin/ipa-server-install