mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
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.
This commit is contained in:
@@ -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 ##################################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user