[ipa/server] Let's check what is being executed first
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
10dc944bbf
commit
89a2b057a9
1 changed files with 5 additions and 2 deletions
|
@ -140,9 +140,12 @@
|
|||
|
||||
# Replication agreement needs to be removed from ipa cluster
|
||||
# before installing the replica
|
||||
- name: Remove the replication agreement for the replica
|
||||
command: "ipa server-del --force {{ ansible_hostname }}"
|
||||
- debug:
|
||||
msg: "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