From 6cbff995cb08c571e5f7dc8cecd6b091f64a1b4d Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 19 Jun 2025 15:29:24 +0200 Subject: [PATCH] [ipa/server] Remove parameters from replication When trying to debug RDU3 replication issue I found out that these two parameters actually obfuscating any issues that could happen. Let's remove them than. --- roles/ipa/server/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 4a9b5180d4..9bf6834ba6 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -160,8 +160,6 @@ - --unattended - --no-ssh - --no-sshd - - --skip-conncheck - - --force-join - --log-file=/var/log/ipainstall.log - --domain={{ ipa_realm }} - --server={{ ipa_server }}