mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 05:43:26 +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
|
||||
|
||||
# ServerMasterInstall
|
||||
options.add_sids = True
|
||||
options.add_sids = False
|
||||
options.add_agents = False
|
||||
|
||||
# ServerReplicaInstall
|
||||
|
||||
Reference in New Issue
Block a user