Skip to content
Snippets Groups Projects
Unverified Commit a6a95e76 authored by Varun Mylaraiah's avatar Varun Mylaraiah Committed by GitHub
Browse files

Merge pull request #302 from t-woerner/caless_server_fix

ipaserver/library/ipaserver_setup_ca.py: Fix bug introduced with ca-less PR
parents 3487efcf 6b2b9ea7
Branches
Tags
No related merge requests found
......@@ -265,7 +265,7 @@ def main():
# additional
options.domainlevel = ansible_module.params.get('domainlevel')
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)
# init #################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment