From 207ad8f313c72e525734482f465890631f84c972 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 11 Oct 2024 15:36:01 +0200 Subject: [PATCH] [ipa/server] Make the removing replication agreement real Signed-off-by: Michal Konecny --- roles/ipa/server/tasks/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 4596459d38..549995ca1b 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -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