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: