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