Adapt to more scoped config

This commit is contained in:
Luke Murphy
2020-04-14 13:02:16 +02:00
parent ddaa516e38
commit 22e15e4b50
11 changed files with 55 additions and 27 deletions

View File

@ -1,7 +1,7 @@
---
- name: Remove automatically configured ports
dokku_ports:
app: "{{ app }}"
app: "{{ dokku.app }}"
mappings:
- "http:{{ port }}:{{ port }}"
- "http:{{ vars.port }}:{{ vars.port }}"
state: absent