added downloading binary

This commit is contained in:
tolerryan
2024-10-18 13:19:17 -05:00
parent b0950e39df
commit 2f10b3f875
3 changed files with 26 additions and 0 deletions

View File

@@ -50,6 +50,9 @@
- name: Install-docker.yml - setting up docker
include: ../lib/install-docker.yml
- name: Install Restic and setup
include: ../lib/setup-restic.yml
- name: Write docker-compose.yml
ansible.builtin.copy:
content: "{{ docker_compose_definition }}"