diff --git a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
index 07ac9a45fa1f0ce7db9c86111aae8e4f0ff6ac15..ba3e88d9ab5f2b64672582682f598cbcf8f6e13c 100644
--- a/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
+++ b/ansible/roles/apps/templates/settings/local-path-provisioner.yaml
@@ -5,3 +5,8 @@ nodePathMap:
 storageClass:
   defaultClass: true
   name: "local-storage"
+# We temporarily use our own build, as we want the human-readable directories,
+# but that is not yet released.
+image:
+  repository: "open.greenhost.net:4567/openappstack/openappstack/local-path-provisioner"
+  tag: "unreleased"