v.1.5.3 docker-prune

This commit is contained in:
2025-10-01 10:27:52 +02:00
parent 02e787e131
commit f68b930390
3 changed files with 64 additions and 3 deletions

View File

@@ -2,9 +2,15 @@
- hosts: all
become: true
gather_facts: yes
gather_facts: no
tasks:
- name: Wait 30 seconds, but only start checking after 5 seconds
ansible.builtin.wait_for_connection:
# delay: 5
timeout: 30
- name: update respository index
ansible.builtin.apt:
update_cache: yes