Group plays to hooks

This commit is contained in:
Luke Murphy
2020-04-14 11:30:40 +02:00
parent 0079925738
commit c099827d88
16 changed files with 63 additions and 63 deletions

View File

@ -0,0 +1,7 @@
---
- name: Configure the app environment
dokku_config:
app: "{{ app }}"
restart: false
config: "{{ env }}"
when: env is defined