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/predeploy/lib/templates.yml
2020-04-14 13:44:09 +02:00

10 lines
201 B
YAML

---
- name: Copy over template files
template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: dokku
group: dokku
with_items: "{{ config.templates }}"
when: config.templates