mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +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
|
# tasks to uninstall IPA client
|
||||||
|
|
||||||
- name: Uninstall - Include Python2/3 import test
|
#- name: Uninstall - Include Python2/3 import test
|
||||||
include: "{{role_path}}/tasks/python_2_3_test.yml"
|
# include: "{{role_path}}/tasks/python_2_3_test.yml"
|
||||||
static: yes
|
# static: yes
|
||||||
|
|
||||||
- name: Uninstall - Uninstall IPA client
|
- name: Uninstall - Uninstall IPA client
|
||||||
command: >
|
command: >
|
||||||
|
|||||||
Reference in New Issue
Block a user