fix file paths
This commit is contained in:
@@ -45,16 +45,16 @@
|
||||
|
||||
tasks:
|
||||
- name: Upgrade-packages.yml - update packages
|
||||
include: ../lib/upgrade-packages.yml
|
||||
include: ../../lib/upgrade-packages.yml
|
||||
|
||||
- name: Install-docker.yml - setting up docker
|
||||
include: ../lib/install-docker.yml
|
||||
include: ../../lib/install-docker.yml
|
||||
|
||||
- name: Install Restic and setup
|
||||
include: ../lib/setup-restic.yml
|
||||
include: ../../lib/setup-restic.yml
|
||||
|
||||
- name: Setup Restic Cron jobs
|
||||
include: ../lib/setup-restic-cron.yml
|
||||
include: ../../lib/setup-restic-cron.yml
|
||||
|
||||
-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user