8 lines
162 B
YAML
8 lines
162 B
YAML
---
|
|
- name: Attach volume mounts
|
|
dokku_storage:
|
|
app: "{{ dokku.app }}"
|
|
mounts: "{{ item }}"
|
|
with_items: "{{ config.volumes }}"
|
|
when: config.volumes
|