Skip to content

ansible/minio: run configure script from minio service's ExecStartPost

This makes sure that the configure script is always run when minio is started, e.g. in cases where minio starts but then fails before the configure script can run, it'll run on the next start of minio.

Merge request reports