From 0ee92a5ab34e51fc37fb44840de7eab3efcee175 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 22 Nov 2018 12:00:54 +0100 Subject: [PATCH] Revert "ipareplica: Limit the number of concurrent executions for the setup of CA" This reverts commit 7a76f73bc4f2e8edff3ff80bf348081d7272b09c. It needs to be done as ansible 2.7.1 is now complaining on unknown attribues. This fixes issue #48: https://github.com/freeipa/ansible-freeipa/issues/48 --- roles/ipareplica/tasks/install.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ipareplica/tasks/install.yml b/roles/ipareplica/tasks/install.yml index 993b3ea3..30653d96 100644 --- a/roles/ipareplica/tasks/install.yml +++ b/roles/ipareplica/tasks/install.yml @@ -426,7 +426,6 @@ config_ca_host_name: "{{ result_ipareplica_install_ca_certs.config_ca_host_name }}" config_ips: "{{ result_ipareplica_prepare.config_ips }}" when: result_ipareplica_prepare._ca_enabled - max_concurrent: 1 - name: Install - KRB enable SSL ipareplica_krb_enable_ssl: -- GitLab