mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
Merge pull request #302 from t-woerner/caless_server_fix
ipaserver/library/ipaserver_setup_ca.py: Fix bug introduced with ca-less PR
This commit is contained in:
@@ -265,7 +265,7 @@ def main():
|
|||||||
# additional
|
# additional
|
||||||
options.domainlevel = ansible_module.params.get('domainlevel')
|
options.domainlevel = ansible_module.params.get('domainlevel')
|
||||||
options._http_ca_cert = ansible_module.params.get('_http_ca_cert')
|
options._http_ca_cert = ansible_module.params.get('_http_ca_cert')
|
||||||
if options._http_ca_cert is not None:
|
if options._http_ca_cert:
|
||||||
options._http_ca_cert = decode_certificate(options._http_ca_cert)
|
options._http_ca_cert = decode_certificate(options._http_ca_cert)
|
||||||
|
|
||||||
# init #################################################################
|
# init #################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user