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:
Thomas Woerner
2019-06-25 16:01:42 +02:00
parent 5afd889023
commit 3a3b4cb397

View File

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