From ff1b2d48d9f4f5d591404a8b161a962c7228b112 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:34:08 -0500 Subject: [PATCH] update formating for includes --- roles/ind/downloader/downloader-install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/ind/downloader/downloader-install.yml b/roles/ind/downloader/downloader-install.yml index 2bd473f..4c7b936 100644 --- a/roles/ind/downloader/downloader-install.yml +++ b/roles/ind/downloader/downloader-install.yml @@ -8,16 +8,16 @@ tasks: - name: set-debcache.yml - Setup apt proxy debcache - include: ../../lib/set-debcache.yml + import_tasks: ../../lib/set-debcache.yml - name: Upgrade-packages.yml - update packages - include: ../../lib/upgrade-packages.yml + import_tasks: ../../lib/upgrade-packages.yml - name: Install-docker.yml - setting up docker - include: ../../lib/install-docker.yml + import_tasks: ../../lib/install-docker.yml - name: Setup-netbird.yml - setting up netbird mesh vpn - include: ../../lib/setup-netbird.yml + import_tasks: ../../lib/setup-netbird.yml - name: Create grail user user: