From 6821aa5d7de50fec8120a3268dfdb8da9f94c279 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:28:07 -0500 Subject: [PATCH] fix file paths --- roles/ind/bookstack/bookstack-install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/ind/bookstack/bookstack-install.yml b/roles/ind/bookstack/bookstack-install.yml index 88dbfa0..ac8206d 100644 --- a/roles/ind/bookstack/bookstack-install.yml +++ b/roles/ind/bookstack/bookstack-install.yml @@ -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 -