mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
ca_cert_files is always a list of strings or None, therefore no isinstance(options.ca_cert_files, list) test needed. Fixes: #1425 (Fix ca_cert_files spec according to implementation)