Skip to content

ansible/minio: trigger starting when /mnt/temp is available

minio often tries to start before this is available, and crashes since it can't create necessary config in that location. this adds a precondition on the mount point, and uses | to make it a trigger (see man systemd.unit, "conditions and asserts" section for explanation)

Merge request reports