diff --git a/roles/conductor/templates/conductor-swarm-config.properties.j2 b/roles/conductor/templates/conductor-swarm-config.properties.j2 index 115896d..dfb5437 100644 --- a/roles/conductor/templates/conductor-swarm-config.properties.j2 +++ b/roles/conductor/templates/conductor-swarm-config.properties.j2 @@ -7,7 +7,7 @@ conductor.db.type=postgres conductor.postgres.jdbcUrl={{ postgres_jdbc_url }} conductor.postgres.jdbcUsername={{ postgres_jdbc_user }} conductor.postgres.jdbcPassword={{ postgres_jdbc_pass }} -spring.flyway.baseline-on-migrate = true +spring.flyway.baseline-on-migrate=true {% endif %} {% if conductor_db == 'mysql' %}