mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-04-12 03:40:58 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6a95e7649 | ||
|
|
6b2b9ea787 | ||
|
|
3487efcf9f |
@@ -13,7 +13,6 @@ issues: "https://github.com/freeipa/ansible-freeipa/issues"
|
||||
|
||||
readme: "README.md"
|
||||
license: "GPL-3.0-or-later"
|
||||
license_file: "COPYING"
|
||||
|
||||
dependencies:
|
||||
|
||||
|
||||
@@ -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 #################################################################
|
||||
|
||||
Reference in New Issue
Block a user