Skip to content
Snippets Groups Projects
Commit 5d2736b1 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ansible_ipa_server: Initialize .external_cert_files and .dirsrv_cert_files

These are set in the prepare step and used in the ds_init_info fuction.
parent 2b2fe198
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,10 @@ options.add_agents = False
# no_msdcs is deprecated
options.no_msdcs = False
# For pylint
options.external_cert_files = None
options.dirsrv_cert_files = None
# Uninstall
options.ignore_topology_disconnect = False
options.ignore_last_of_role = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment