This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/lib/volumes.yml

7 lines
155 B
YAML
Raw Normal View History

2020-04-14 09:07:24 +00:00
---
- name: Attach volume mounts
dokku_storage:
app: "{{ app }}"
mounts: "{{ item }}"
with_items: "{{ lookup('vars', 'mounts', default=[]) }}"