diff --git a/roles/ipareplica/tasks/install.yml b/roles/ipareplica/tasks/install.yml index baa0d0b4df6f0451c65a6b942b1427ca8c79af4c..99f96e7143932d9239333fc2200c26843971ccdd 100644 --- a/roles/ipareplica/tasks/install.yml +++ b/roles/ipareplica/tasks/install.yml @@ -599,6 +599,9 @@ ipaserver_enable_ipa: hostname: "{{ result_ipareplica_test.hostname }}" setup_ca: "{{ result_ipareplica_prepare.config_setup_ca }}" + # The setup_dns step is only used on the server, therefore simply + # setting setup_dns to reuse the server version here. + setup_dns: no register: result_ipareplica_enable_ipa - name: Install - Cleanup root IPA cache