Group plays to hooks
This commit is contained in:
7
plays/predeploy/lib/env.yml
Normal file
7
plays/predeploy/lib/env.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Configure the app environment
|
||||
dokku_config:
|
||||
app: "{{ app }}"
|
||||
restart: false
|
||||
config: "{{ env }}"
|
||||
when: env is defined
|
Reference in New Issue
Block a user