This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/lib/env.yml
2020-04-13 12:49:14 +02:00

8 lines
145 B
YAML

---
- name: Configure the app environment
dokku_config:
app: "{{ app }}"
restart: false
config: "{{ env }}"
when: env is defined