mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-23 09:14:43 +00:00
ansible_ipa_replica: installer.add_sids should default to False
The general setting of installer.add_sids was not correct and has been fixed.
This commit is contained in:
@@ -240,7 +240,7 @@ options.kasp_db_file = None
|
|||||||
options.force = False
|
options.force = False
|
||||||
|
|
||||||
# ServerMasterInstall
|
# ServerMasterInstall
|
||||||
options.add_sids = True
|
options.add_sids = False
|
||||||
options.add_agents = False
|
options.add_agents = False
|
||||||
|
|
||||||
# ServerReplicaInstall
|
# ServerReplicaInstall
|
||||||
|
|||||||
Reference in New Issue
Block a user