From 0cc3b00a9bd434df344fe73707b19e98f1c08cf9 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sun, 2 Nov 2025 01:06:13 -0500 Subject: [PATCH] pighole install updates --- roles/ind/james/{james.yml => james-install.yml} | 0 roles/ind/pihole/pihole-install.yml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename roles/ind/james/{james.yml => james-install.yml} (100%) diff --git a/roles/ind/james/james.yml b/roles/ind/james/james-install.yml similarity index 100% rename from roles/ind/james/james.yml rename to roles/ind/james/james-install.yml diff --git a/roles/ind/pihole/pihole-install.yml b/roles/ind/pihole/pihole-install.yml index 8b5b006..b591f96 100644 --- a/roles/ind/pihole/pihole-install.yml +++ b/roles/ind/pihole/pihole-install.yml @@ -8,13 +8,13 @@ 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: Install nfs Packages apt: