8 lines
245 B
YAML
8 lines
245 B
YAML
---
|
|
- name: Ensure compose files are downloaded
|
|
ansible.builtin.get_url:
|
|
# TODO: how to avoid redownloading default.yml when the role made changes?
|
|
url: "{{ sharkey_compose_file_url }}"
|
|
dest: "{{ sharkey_compose_upstream_file }}"
|
|
|