From 3cadeb53a3cb17127cf0e0ee8ba1808217d5676a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 26 Mar 2020 20:34:28 +0100 Subject: [PATCH] Try that default FS --- ansible/pre-deploy.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 015f872..413a1fd 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -15,21 +15,11 @@ - "{{ domain }}" state: present - - name: Create application directories - file: - path: "{{ item }}" - state: directory - owner: dokku - group: dokku - with_items: - - /var/lib/minio - become: true - - name: Specify docker volume mount dokku_storage: app: minio mounts: - - /var/run/minio:/data + - /dev/sda1:/data - name: Configure the app environment dokku_config: