update import clause

This commit is contained in:
tolerryan
2025-10-14 21:57:28 -05:00
parent 9cc077ff6a
commit d41f118d56

View File

@@ -73,13 +73,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 Python Packages
apt: