[ipa/server] Make the removing replication agreement real
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
89a2b057a9
commit
207ad8f313
1 changed files with 2 additions and 5 deletions
|
@ -140,12 +140,9 @@
|
|||
|
||||
# Replication agreement needs to be removed from ipa cluster
|
||||
# before installing the replica
|
||||
- debug:
|
||||
msg: "ipa server-del --force {{ inventory_hostname }}"
|
||||
- name: Remove the replication agreement for the replica
|
||||
command: "ipa server-del --force {{ inventory_hostname }}"
|
||||
delegate_to: "{{ ipa_server }}"
|
||||
# - name: Remove the replication agreement for the replica
|
||||
# command: "ipa server-del --force {{ inventory_hostname }}"
|
||||
# delegate_to: "{{ ipa_server }}"
|
||||
|
||||
- name: deploy replica
|
||||
command: ipa-replica-install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue