mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
roles/ipaclient/tasks/uninstall.yml: No need to use python3 test for uninstall
This commit is contained in:
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user