8 lines
171 B
YAML
8 lines
171 B
YAML
---
|
|
- name: Remove automatically configured ports
|
|
dokku_ports:
|
|
app: "{{ dokku.app }}"
|
|
mappings:
|
|
- "http:{{ vars.port }}:{{ vars.port }}"
|
|
state: absent
|