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: Configure the app environment
dokku_config:
app: "{{ app }}"
app: "{{ dokku.app }}"
restart: false
config: "{{ env }}"
when: env is defined