From b122c66f2ffd4cf39b08044fa522e4717c326aa3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 26 May 2020 20:12:24 +0200 Subject: [PATCH] Remove ip-address arg for replica-prepare --- roles/ipa/server/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 1daf32904a..744c6971cb 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -63,7 +63,6 @@ delegate_to: ipa01.phx2.fedoraproject.org command: ipa-replica-prepare --password={{ipa_dm_password}} - --ip-address={{eth0_ip}} {{inventory_hostname}} creates=/var/lib/ipa/replica-info-{{inventory_hostname}}.gpg tags: