diff --git a/ansible-scylla-node/molecule/ubuntu2004/molecule.yml b/ansible-scylla-node/molecule/ubuntu2004/molecule.yml index 7312deb2..ba3d551a 100644 --- a/ansible-scylla-node/molecule/ubuntu2004/molecule.yml +++ b/ansible-scylla-node/molecule/ubuntu2004/molecule.yml @@ -78,6 +78,9 @@ provisioner: # skip_ntp: True skip_swap: True scylla_manager_deb_repo_url: "http://downloads.scylladb.com/deb/ubuntu/scylladb-manager-2.6-bionic.list" + scylla_yaml_params: + force_schema_commit_log: true + consistent_cluster_management: true playbooks: converge: ../shared/converge.yml prepare: ../shared/prepare.yml