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: