script update

This commit is contained in:
tolerryan
2024-10-22 00:44:13 -05:00
parent 2571254975
commit 2f6429e8ea
2 changed files with 22 additions and 9 deletions

View File

@@ -53,6 +53,11 @@
- name: Install Restic and setup
include: ../lib/setup-restic.yml
- name: Setup Restic Cron jobs
include: ../lib/setup-restic-cron.yml
-
- name: Write docker-compose.yml
ansible.builtin.copy:
content: "{{ docker_compose_definition }}"