Move to dictionary vars strategy
This commit is contained in:
@ -3,5 +3,5 @@
|
||||
dokku_config:
|
||||
app: "{{ dokku.app }}"
|
||||
restart: false
|
||||
config: "{{ env }}"
|
||||
when: env is defined
|
||||
config: "{{ config.env }}"
|
||||
when: config.env
|
||||
|
Reference in New Issue
Block a user