v.1.5.0 docker-compose-update.yaml; apt clean

This commit is contained in:
2025-06-24 10:06:19 +02:00
parent 9875f15990
commit 437afd41b3
5 changed files with 60 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
update_cache: yes
upgrade: safe
- name: Run the equivalent of "apt clean"
ansible.builtin.apt:
clean: yes
- hosts: homelab
become: true
gather_facts: yes