Skip to content
Snippets Groups Projects
Commit 69b894a7 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipareplica: Disable automatic removal of replication agreements in uninstall

Replication agreements are not removed with the command line tools.
parent bb591f33
Branches
Tags
No related merge requests found
......@@ -24,15 +24,15 @@
retries: 2
delay: 1
- name: Uninstall - Remove all replication agreements and data about replica
command: >
/usr/sbin/ipa-replica-manage
del
{{ ipareplica_hostname | default(ansible_fqdn) }}
--force
--password={{ ipadm_password }}
failed_when: False
delegate_to: "{{ groups.ipaserver[0] | default(fail) }}"
#- name: Uninstall - Remove all replication agreements and data about replica
# command: >
# /usr/sbin/ipa-replica-manage
# del
# {{ ipareplica_hostname | default(ansible_fqdn) }}
# --force
# --password={{ ipadm_password }}
# failed_when: False
# delegate_to: "{{ groups.ipaserver[0] | default(fail) }}"
# - name: Remove IPA replica packages
# package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment