mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 21:33:14 +00:00
Revert "ipareplica: Limit the number of concurrent executions for the setup of CA"
This reverts commit 7a76f73bc4.
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user