Files
ansible-freeipa/roles/ipaclient/tasks/uninstall.yml
Florence Blanc-Renaud 09f45e4acd Ansible for IPA
2017-07-03 09:55:23 +02:00

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