From 89a2b057a9eea2a2ba1ecfc18384eff8c3ba17e1 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 11 Oct 2024 14:43:59 +0200 Subject: [PATCH] [ipa/server] Let's check what is being executed first Signed-off-by: Michal Konecny --- roles/ipa/server/tasks/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index ffe6796df4..4596459d38 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -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