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

ipaserver_setup_custodia: options.promote needs to be set

The use of custodiainstance.get_custodia_instance requires that
options.promote exists. As this is a server installation, promote
is set to False.
parent 20d25d0d
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ def main(): ...@@ -70,6 +70,7 @@ def main():
options.realm_name = ansible_module.params.get('realm') options.realm_name = ansible_module.params.get('realm')
options.host_name = ansible_module.params.get('hostname') options.host_name = ansible_module.params.get('hostname')
options.setup_ca = ansible_module.params.get('setup_ca') options.setup_ca = ansible_module.params.get('setup_ca')
options.promote = False
# init ################################################################## # init ##################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment