ansible import task update due to depricated feature

This commit is contained in:
tolerryan
2025-08-18 00:12:05 -05:00
parent 073e2d7e2d
commit 209b5b4d5c

View File

@@ -8,19 +8,24 @@
tasks:
- name: set-debcache.yml - Setup apt proxy debcache
include: ../../lib/set-debcache.yml
ansible.builtin.include_tasks:
file: ../../lib/set-debcache.yml
- name: Upgrade-packages.yml - update packages
include: ../../lib/upgrade-packages.yml
ansible.builtin.include_tasks:
file: ../../lib/upgrade-packages.yml
- name: Install-docker.yml - setting up docker
include: ../../lib/install-docker.yml
ansible.builtin.include_tasks:
file: ../../lib/install-docker.yml
- name: Install Restic and setup
include: ../../lib/setup-restic.yml
ansible.builtin.include_tasks:
file: ../../lib/setup-restic.yml
- name: Setup Restic Cron jobs
include: ../../lib/setup-restic-cron.yml
ansible.builtin.include_tasks:
file: ../../lib/setup-restic-cron.yml
- name: Install Python Packages