From bb603fbd9fe2fed686cce22c78af6939cf60298c Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Thu, 9 Nov 2017 13:19:58 +0100
Subject: [PATCH] roles/ipaclient/tasks/uninstall.yml: No need to use python3
 test for uninstall

---
 roles/ipaclient/tasks/uninstall.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/roles/ipaclient/tasks/uninstall.yml b/roles/ipaclient/tasks/uninstall.yml
index 75d0a52d..39deda53 100644
--- a/roles/ipaclient/tasks/uninstall.yml
+++ b/roles/ipaclient/tasks/uninstall.yml
@@ -1,9 +1,9 @@
 ---
 # tasks to uninstall IPA client
 
-- name: Uninstall - Include Python2/3 import test
-  include: "{{role_path}}/tasks/python_2_3_test.yml"
-  static: yes
+#- name: Uninstall - Include Python2/3 import test
+#  include: "{{role_path}}/tasks/python_2_3_test.yml"
+#  static: yes
 
 - name: Uninstall - Uninstall IPA client
   command: >
-- 
GitLab