mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Ansible for IPA
This commit is contained in:
11
roles/ipaclient/tasks/uninstall.yml
Normal file
11
roles/ipaclient/tasks/uninstall.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# tasks to uninstall IPA client
|
||||
|
||||
- name: Uninstall - Uninstall IPA client
|
||||
ipaclient:
|
||||
state: absent
|
||||
|
||||
#- name: Remove IPA client package
|
||||
# package:
|
||||
# name: "{{ ipaclient_package }}"
|
||||
# state: absent
|
||||
Reference in New Issue
Block a user