roles/ipaclient/tasks/uninstall.yml: No need to use python3 test for uninstall

This commit is contained in:
Thomas Woerner
2017-11-09 13:19:58 +01:00
parent 7b51df6c33
commit bb603fbd9f

View File

@@ -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: >