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.
This commit is contained in:
Thomas Woerner
2019-07-22 17:55:52 +02:00
parent 2b2fe198c5
commit 5d2736b144

View File

@@ -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