[ipa/server] Let's check what is being executed first

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-10-11 14:43:59 +02:00
parent 10dc944bbf
commit 89a2b057a9

View file

@ -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