From a8318402d0bf0f4b827ebd8663a7a98c86777679 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 11:18:17 +0200 Subject: [PATCH] Don't quote --- ansible/pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 970781f..4e09417 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -29,7 +29,7 @@ dokku_storage: app: minio mounts: - - "/var/lib/minio:/data" + - /var/lib/minio:/data - name: Configure the app environment dokku_config: