mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 10:45:55 +00:00
12 lines
213 B
YAML
12 lines
213 B
YAML
---
|
|
# tasks to uninstall IPA client
|
|
|
|
- name: Uninstall - Uninstall IPA client
|
|
ipaclient:
|
|
state: absent
|
|
|
|
#- name: Remove IPA client package
|
|
# package:
|
|
# name: "{{ ipaclient_package }}"
|
|
# state: absent
|