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 -